mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
8 lines
222 B
Makefile
8 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
|