blob: 2ad8f9474ba1460c5733949d2232b5ade5d5fc42 [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 Manoharanef1b6cd2012-06-04 20:23:37 +05306 xmit.o \
Sujith Manoharan8da07832012-06-04 20:23:49 +05307 link.o \
8 antenna.o
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07009
Sujith Manoharan4daa7762012-02-22 12:40:44 +053010ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
Felix Fietkau6e5c2b42010-09-20 13:45:40 +020011ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
Gabor Juhos8e26a032011-04-12 18:23:16 +020012ath9k-$(CONFIG_ATH9K_PCI) += pci.o
13ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
Felix Fietkaua830df02009-11-23 22:33:27 +010014ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
Zefir Kurtisi29942bc2011-12-14 20:16:34 -080015ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
Zefir Kurtisi6ee159e2012-04-03 17:15:49 +020016ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += \
17 dfs.o \
18 dfs_pattern_detector.o \
19 dfs_pri_detector.o
Mohammed Shafi Shajakhan64875c62012-07-10 14:56:15 +053020ath9k-$(CONFIG_PM_SLEEP) += wow.o
Sujith88b126a2008-11-28 22:19:02 +053021
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070022obj-$(CONFIG_ATH9K) += ath9k.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040023
Luis R. Rodriguezb3950e62010-04-15 17:39:03 -040024ath9k_hw-y:= \
25 ar9002_hw.o \
26 ar9003_hw.o \
27 hw.o \
Luis R. Rodriguez8525f282010-04-15 17:38:19 -040028 ar9003_phy.o \
Luis R. Rodriguez8fe65362010-04-15 17:38:14 -040029 ar9002_phy.o \
30 ar5008_phy.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040031 ar9002_calib.o \
32 ar9003_calib.o \
Rajkumar Manoharan324c74a2011-10-13 11:00:41 +053033 ar9003_rtt.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040034 calib.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040035 eeprom.o \
36 eeprom_def.o \
37 eeprom_4k.o \
38 eeprom_9287.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040039 ani.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040040 mac.o \
Luis R. Rodriguezb622a722010-04-15 17:39:28 -040041 ar9002_mac.o \
Senthil Balasubramanian15c9ee72010-04-15 17:39:14 -040042 ar9003_mac.o \
Felix Fietkau717f6be2010-06-12 00:34:00 -040043 ar9003_eeprom.o \
Sujith Manoharandbccdd12012-02-22 17:55:47 +053044 ar9003_paprd.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040045
Sujith Manoharandbccdd12012-02-22 17:55:47 +053046ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
47 ar9003_mci.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040048obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
Luis R. Rodriguezdb86f072009-11-05 08:44:39 -080049
50obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
51ath9k_common-y:= common.o
Sujithfb9987d2010-03-17 14:25:25 +053052
53ath9k_htc-y += htc_hst.o \
54 hif_usb.o \
55 wmi.o \
56 htc_drv_txrx.o \
57 htc_drv_main.o \
58 htc_drv_beacon.o \
Vivek Natarajan21cb9872010-08-18 19:57:49 +053059 htc_drv_init.o \
60 htc_drv_gpio.o
Sujithfb9987d2010-03-17 14:25:25 +053061
Sujith Manoharan8e42e4b2011-04-13 11:24:00 +053062ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
63
Sujithfb9987d2010-03-17 14:25:25 +053064obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o