blob: 3f0b847237895ca1840e0e4efa75186d7994ccfd [file] [log] [blame]
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -04001ath9k-y += beacon.o \
Sujith0fca65c2010-01-08 10:36:00 +05302 gpio.o \
Sujith55624202010-01-08 10:36:02 +05303 init.o \
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07004 main.o \
5 recv.o \
Sujith Manoharan4daa7762012-02-22 12:40:44 +05306 xmit.o
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07007
Sujith Manoharan4daa7762012-02-22 12:40:44 +05308ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
Felix Fietkau6e5c2b42010-09-20 13:45:40 +02009ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
Gabor Juhos8e26a032011-04-12 18:23:16 +020010ath9k-$(CONFIG_ATH9K_PCI) += pci.o
11ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
Felix Fietkaua830df02009-11-23 22:33:27 +010012ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
Zefir Kurtisi29942bc2011-12-14 20:16:34 -080013ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
Zefir Kurtisi6ee159e2012-04-03 17:15:49 +020014ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += \
15 dfs.o \
16 dfs_pattern_detector.o \
17 dfs_pri_detector.o
Sujith88b126a2008-11-28 22:19:02 +053018
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070019obj-$(CONFIG_ATH9K) += ath9k.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040020
Luis R. Rodriguezb3950e62010-04-15 17:39:03 -040021ath9k_hw-y:= \
22 ar9002_hw.o \
23 ar9003_hw.o \
24 hw.o \
Luis R. Rodriguez8525f282010-04-15 17:38:19 -040025 ar9003_phy.o \
Luis R. Rodriguez8fe65362010-04-15 17:38:14 -040026 ar9002_phy.o \
27 ar5008_phy.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040028 ar9002_calib.o \
29 ar9003_calib.o \
Rajkumar Manoharan324c74a2011-10-13 11:00:41 +053030 ar9003_rtt.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040031 calib.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040032 eeprom.o \
33 eeprom_def.o \
34 eeprom_4k.o \
35 eeprom_9287.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040036 ani.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040037 mac.o \
Luis R. Rodriguezb622a722010-04-15 17:39:28 -040038 ar9002_mac.o \
Senthil Balasubramanian15c9ee72010-04-15 17:39:14 -040039 ar9003_mac.o \
Felix Fietkau717f6be2010-06-12 00:34:00 -040040 ar9003_eeprom.o \
Sujith Manoharandbccdd12012-02-22 17:55:47 +053041 ar9003_paprd.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040042
Sujith Manoharandbccdd12012-02-22 17:55:47 +053043ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
44 ar9003_mci.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040045obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -080046
47obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
48ath9k_common-y:= common.o
Sujithfb9987d2010-03-17 14:25:25 +053049
50ath9k_htc-y += htc_hst.o \
51 hif_usb.o \
52 wmi.o \
53 htc_drv_txrx.o \
54 htc_drv_main.o \
55 htc_drv_beacon.o \
Vivek Natarajan21cb9872010-08-18 19:57:49 +053056 htc_drv_init.o \
57 htc_drv_gpio.o
Sujithfb9987d2010-03-17 14:25:25 +053058
Sujith Manoharan8e42e4b2011-04-13 11:24:00 +053059ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
60
Sujithfb9987d2010-03-17 14:25:25 +053061obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o