Sign in
gem5
/
arm
/
linux
/
d93d4ce103fdd6c6689e94cfbd0316b027d6ead2
/
.
/
drivers
/
net
/
ethernet
/
atheros
/
Makefile
blob: aa3d394b87e6174952dc33f1c8e05dbbd16bb293 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Atheros network device drivers.
#
obj
-
$
(
CONFIG_ATL1
)
+=
atlx
/
obj
-
$
(
CONFIG_ATL2
)
+=
atlx
/
obj
-
$
(
CONFIG_ATL1E
)
+=
atl1e
/
obj
-
$
(
CONFIG_ATL1C
)
+=
atl1c
/
obj
-
$
(
CONFIG_ALX
)
+=
alx
/