Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
8862bf1ed60de49550109b7023a0a33eb7db8b3c
/
.
/
drivers
/
net
/
ethernet
/
apple
/
Makefile
blob: 9d300864461fca5938c465ffcfdc0f43a663b6bd [
file
] [
log
] [
blame
]
#
# Makefile for the Apple network device drivers.
#
obj
-
$
(
CONFIG_MACE
)
+=
mace
.
o
obj
-
$
(
CONFIG_BMAC
)
+=
bmac
.
o
obj
-
$
(
CONFIG_MAC89x0
)
+=
mac89x0
.
o
obj
-
$
(
CONFIG_CS89x0
)
+=
cs89x0
.
o
obj
-
$
(
CONFIG_MACMACE
)
+=
macmace
.
o