TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
3a0ad55d848b50499b68d7141d4eca997fce28ef
/
.
/
drivers
/
net
/
ethernet
/
apple
/
Makefile
blob: 86eaa17af0f4f5ca8ebed6ce3c492daff57f0d9c [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
diff
] [
blame
]
1
#
2
# Makefile for the Apple network device drivers.
3
#
4
5
obj
-
$
(
CONFIG_MACE
)
+=
mace
.
o
6
obj
-
$
(
CONFIG_BMAC
)
+=
bmac
.
o
7
obj
-
$
(
CONFIG_MACMACE
)
+=
macmace
.
o