mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-09 03:51:21 +00:00
10 lines
198 B
Makefile
10 lines
198 B
Makefile
#
|
|
# Makefile for the Atheros network device drivers.
|
|
#
|
|
|
|
obj-$(CPTCFG_ATL1) += atlx/
|
|
obj-$(CPTCFG_ATL2) += atlx/
|
|
obj-$(CPTCFG_ATL1E) += atl1e/
|
|
obj-$(CPTCFG_ATL1C) += atl1c/
|
|
obj-$(CPTCFG_ALX) += alx/
|