Files
Debian-9-Kernel/drivers/net/ethernet/arc/Makefile
T

9 lines
219 B
Makefile
Raw Normal View History

2023-05-02 09:58:35 +02:00
#
# 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_ARC_EMAC) += emac_arc.o
obj-$(CONFIG_EMAC_ROCKCHIP) += emac_rockchip.o