Sign in
nest-open-source
/
manifest_repos
/
kernel
/
c6e8545609fd8da1240e7572ebec8b64a1e277f0
/
.
/
drivers
/
net
/
ethernet
/
apple
/
Makefile
blob: 322457027546b7aee8fc331d58596dbaacee6fe3 [
file
]
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Apple network device drivers.
#
obj
-
$
(
CONFIG_MACE
)
+=
mace
.
o
obj
-
$
(
CONFIG_BMAC
)
+=
bmac
.
o
obj
-
$
(
CONFIG_MACMACE
)
+=
macmace
.
o