mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
a119aec5bf
The last real user nSIM_700 of the "snps,arc-emac" compatible string in a driver was removed in 2019. The use of this string in the combined DT of rk3066a/rk3188 as place holder has also been replaced, so remove emac_arc.c to clean up some code. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
222 B
Makefile
9 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the ARC network device drivers.
|
|
#
|
|
|
|
arc_emac-objs := emac_main.o emac_mdio.o
|
|
obj-$(CONFIG_ARC_EMAC_CORE) += arc_emac.o
|
|
obj-$(CONFIG_EMAC_ROCKCHIP) += emac_rockchip.o
|