blob: 241bb809f35105665324d206e3aa5ebe9275d9a1 (
plain) (
blame)
1
2
3
4
5
6
7
|
#
# 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
|