Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
d6748066ad0e8b2514545998f8367ebb3906f299
/
.
/
drivers
/
net
/
ethernet
/
apple
/
Makefile
blob: 0d3a5919c95b494ed7b8c7b70848ac7b3584600e [
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_MACMACE
)
+=
macmace
.
o