ath9k/ath: move dfs pattern detector to ath
[linux-2.6-block.git] / drivers / net / wireless / ath / ath9k / Makefile
CommitLineData
7322fd19 1ath9k-y += beacon.o \
0fca65c1 2 gpio.o \
55624204 3 init.o \
f078f209
LR
4 main.o \
5 recv.o \
ef1b6cd9 6 xmit.o \
8da07830
SM
7 link.o \
8 antenna.o
f078f209 9
4daa7760 10ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
5efac949 11ath9k-$(CONFIG_ATH9K_LEGACY_RATE_CONTROL) += rc.o
8e26a030
GJ
12ath9k-$(CONFIG_ATH9K_PCI) += pci.o
13ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
a830df07 14ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
29942bc1 15ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
6ee159e2 16ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += \
ad40d3da 17 dfs.o
64875c63 18ath9k-$(CONFIG_PM_SLEEP) += wow.o
88b126af 19
f078f209 20obj-$(CONFIG_ATH9K) += ath9k.o
7322fd19 21
b3950e6a
LR
22ath9k_hw-y:= \
23 ar9002_hw.o \
24 ar9003_hw.o \
25 hw.o \
8525f280 26 ar9003_phy.o \
8fe65368
LR
27 ar9002_phy.o \
28 ar5008_phy.o \
795f5e2c
LR
29 ar9002_calib.o \
30 ar9003_calib.o \
324c74ad 31 ar9003_rtt.o \
795f5e2c 32 calib.o \
7322fd19
LR
33 eeprom.o \
34 eeprom_def.o \
35 eeprom_4k.o \
36 eeprom_9287.o \
7322fd19 37 ani.o \
7322fd19 38 mac.o \
b622a720 39 ar9002_mac.o \
15c9ee7a 40 ar9003_mac.o \
717f6bed 41 ar9003_eeprom.o \
dbccdd1d 42 ar9003_paprd.o
7322fd19 43
dbccdd1d
SM
44ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
45 ar9003_mci.o
7322fd19 46obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
db86f07e
LR
47
48obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
49ath9k_common-y:= common.o
fb9987d0
S
50
51ath9k_htc-y += htc_hst.o \
52 hif_usb.o \
53 wmi.o \
54 htc_drv_txrx.o \
55 htc_drv_main.o \
56 htc_drv_beacon.o \
21cb9879
VN
57 htc_drv_init.o \
58 htc_drv_gpio.o
fb9987d0 59
8e42e4ba
SM
60ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
61
fb9987d0 62obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o