Sign in
coral
/
linux-imx
/
08924bd4fd38b7f104c6d2d1216af3070e0a43a0
/
.
/
drivers
/
net
/
ethernet
/
arc
/
Makefile
blob: 79108af553fb8d9d6f4097a20b09b0372a1af505 [
file
] [
log
] [
blame
]
#
# 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