2009-09-23 23:07:00 -04:00
ath9k-y += beacon.o \
2010-01-08 10:36:00 +05:30
gpio.o \
2010-01-08 10:36:02 +05:30
init.o \
2008-08-04 00:16:41 -07:00
main.o \
recv.o \
2012-06-04 20:23:37 +05:30
xmit.o \
link.o
2008-08-04 00:16:41 -07:00
2012-02-22 12:40:44 +05:30
ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
2010-09-20 13:45:40 +02:00
ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
2011-04-12 18:23:16 +02:00
ath9k-$(CONFIG_ATH9K_PCI) += pci.o
ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
2009-11-23 22:33:27 +01:00
ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
2011-12-14 20:16:34 -08:00
ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
2012-04-03 17:15:49 +02:00
ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += \
dfs.o \
dfs_pattern_detector.o \
dfs_pri_detector.o
2008-11-28 22:19:02 +05:30
2008-08-04 00:16:41 -07:00
obj-$(CONFIG_ATH9K) += ath9k.o
2009-09-23 23:07:00 -04:00
2010-04-15 17:39:03 -04:00
ath9k_hw-y := \
ar9002_hw.o \
ar9003_hw.o \
hw.o \
2010-04-15 17:38:19 -04:00
ar9003_phy.o \
2010-04-15 17:38:14 -04:00
ar9002_phy.o \
ar5008_phy.o \
2010-04-15 17:39:00 -04:00
ar9002_calib.o \
ar9003_calib.o \
2011-10-13 11:00:41 +05:30
ar9003_rtt.o \
2010-04-15 17:39:00 -04:00
calib.o \
2009-09-23 23:07:00 -04:00
eeprom.o \
eeprom_def.o \
eeprom_4k.o \
eeprom_9287.o \
ani.o \
mac.o \
2010-04-15 17:39:28 -04:00
ar9002_mac.o \
2010-04-15 17:39:14 -04:00
ar9003_mac.o \
2010-06-12 00:34:00 -04:00
ar9003_eeprom.o \
2012-02-22 17:55:47 +05:30
ar9003_paprd.o
2009-09-23 23:07:00 -04:00
2012-02-22 17:55:47 +05:30
ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
ar9003_mci.o
2009-09-23 23:07:00 -04:00
obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
2009-11-05 08:44:39 -08:00
obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
ath9k_common-y := common.o
2010-03-17 14:25:25 +05:30
ath9k_htc-y += htc_hst.o \
hif_usb.o \
wmi.o \
htc_drv_txrx.o \
htc_drv_main.o \
htc_drv_beacon.o \
2010-08-18 19:57:49 +05:30
htc_drv_init.o \
htc_drv_gpio.o
2010-03-17 14:25:25 +05:30
2011-04-13 11:24:00 +05:30
ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
2010-03-17 14:25:25 +05:30
obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o