diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile new file mode 100644 index 000000000000..783bc39eb2ff --- /dev/null +++ b/drivers/net/wireless/ath/ath9k/Makefile | |||
@@ -0,0 +1,18 @@ | |||
1 | ath9k-y += hw.o \ | ||
2 | eeprom.o \ | ||
3 | mac.o \ | ||
4 | calib.o \ | ||
5 | ani.o \ | ||
6 | phy.o \ | ||
7 | beacon.o \ | ||
8 | main.o \ | ||
9 | recv.o \ | ||
10 | xmit.o \ | ||
11 | virtual.o \ | ||
12 | rc.o | ||
13 | |||
14 | ath9k-$(CONFIG_PCI) += pci.o | ||
15 | ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o | ||
16 | ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o | ||
17 | |||
18 | obj-$(CONFIG_ATH9K) += ath9k.o | ||