blob: 337c459eda284770c61dbb654b1762aac3965e9b [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
Sujith Manoharan5efac942013-06-06 10:06:29 +053011ath9k-$(CONFIG_ATH9K_LEGACY_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
Sujith Manoharanef6b19e2013-10-24 12:04:39 +053016ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
Sujith Manoharanef6b19e2013-10-24 12:04:39 +053017ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
Sujith Manoharane60001e2013-10-28 12:22:04 +053018ath9k-$(CONFIG_ATH9K_WOW) += wow.o
Sujith88b126a2008-11-28 22:19:02 +053019
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070020obj-$(CONFIG_ATH9K) += ath9k.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040021
Luis R. Rodriguezb3950e62010-04-15 17:39:03 -040022ath9k_hw-y:= \
23 ar9002_hw.o \
24 ar9003_hw.o \
25 hw.o \
Luis R. Rodriguez8525f282010-04-15 17:38:19 -040026 ar9003_phy.o \
Luis R. Rodriguez8fe65362010-04-15 17:38:14 -040027 ar9002_phy.o \
28 ar5008_phy.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040029 ar9002_calib.o \
30 ar9003_calib.o \
Rajkumar Manoharan324c74a2011-10-13 11:00:41 +053031 ar9003_rtt.o \
Luis R. Rodriguez795f5e22010-04-15 17:39:00 -040032 calib.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040033 eeprom.o \
34 eeprom_def.o \
35 eeprom_4k.o \
36 eeprom_9287.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040037 ani.o \
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040038 mac.o \
Luis R. Rodriguezb622a722010-04-15 17:39:28 -040039 ar9002_mac.o \
Senthil Balasubramanian15c9ee72010-04-15 17:39:14 -040040 ar9003_mac.o \
Felix Fietkau717f6be2010-06-12 00:34:00 -040041 ar9003_eeprom.o \
Sujith Manoharandbccdd12012-02-22 17:55:47 +053042 ar9003_paprd.o
Luis R. Rodriguez7322fd12009-09-23 23:07:00 -040043
Sujith Manoharane60001e2013-10-28 12:22:04 +053044ath9k_hw-$(CONFIG_ATH9K_WOW) += ar9003_wow.o
Sujith Manoharan9c9cb102013-10-28 11:47:43 +053045
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