OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
net
/
ethernet
/
atheros
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
2.02 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
233 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
alx
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
atl1c
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
atl1e
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
atlx
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Makefile
Close
# 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/