blob: 27d95fe5ade058b234d88a78ebcbe43e0508834d [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
14ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
Sujith88b126a2008-11-28 22:19:02 +053015
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070016obj-$(CONFIG_ATH9K) += ath9k.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040017
Luis R. Rodriguezb3950e62010-04-15 17:39:03 -040018ath9k_hw-y:= \
19 ar9002_hw.o \
20 ar9003_hw.o \
21 hw.o \
Luis R. Rodriguez8525f282010-04-15 17:38:19 -040022 ar9003_phy.o \
Luis R. Rodriguez8fe65362010-04-15 17:38:14 -040023 ar9002_phy.o \
24 ar5008_phy.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040025 ar9002_calib.o \
26 ar9003_calib.o \
Rajkumar Manoharan324c74a2011-10-13 11:00:41 +053027 ar9003_rtt.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040028 calib.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040029 eeprom.o \
30 eeprom_def.o \
31 eeprom_4k.o \
32 eeprom_9287.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040033 ani.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040034 mac.o \
Luis R. Rodriguezb622a722010-04-15 17:39:28 -040035 ar9002_mac.o \
Senthil Balasubramanian15c9ee72010-04-15 17:39:14 -040036 ar9003_mac.o \
Felix Fietkau717f6be2010-06-12 00:34:00 -040037 ar9003_eeprom.o \
Sujith Manoharandbccdd12012-02-22 17:55:47 +053038 ar9003_paprd.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040039
Sujith Manoharandbccdd12012-02-22 17:55:47 +053040ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
41 ar9003_mci.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040042obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -080043
44obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
45ath9k_common-y:= common.o
Sujithfb9987d2010-03-17 14:25:25 +053046
47ath9k_htc-y += htc_hst.o \
48 hif_usb.o \
49 wmi.o \
50 htc_drv_txrx.o \
51 htc_drv_main.o \
52 htc_drv_beacon.o \
Vivek Natarajan21cb9872010-08-18 19:57:49 +053053 htc_drv_init.o \
54 htc_drv_gpio.o
Sujithfb9987d2010-03-17 14:25:25 +053055
Sujith Manoharan8e42e4b2011-04-13 11:24:00 +053056ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
57
Sujithfb9987d2010-03-17 14:25:25 +053058obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o