ath9k: add DFS radar pulse processing
[cascardo/linux.git] / drivers / net / wireless / ath / ath9k / Makefile
1 ath9k-y +=      beacon.o \
2                 gpio.o \
3                 init.o \
4                 main.o \
5                 recv.o \
6                 xmit.o \
7                 mci.o \
8
9 ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
10 ath9k-$(CONFIG_ATH9K_PCI) += pci.o
11 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
12 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
13 ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
14 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
15
16 obj-$(CONFIG_ATH9K) += ath9k.o
17
18 ath9k_hw-y:=    \
19                 ar9002_hw.o \
20                 ar9003_hw.o \
21                 hw.o \
22                 ar9003_phy.o \
23                 ar9002_phy.o \
24                 ar5008_phy.o \
25                 ar9002_calib.o \
26                 ar9003_calib.o \
27                 ar9003_rtt.o \
28                 calib.o \
29                 eeprom.o \
30                 eeprom_def.o \
31                 eeprom_4k.o \
32                 eeprom_9287.o \
33                 ani.o \
34                 btcoex.o \
35                 mac.o \
36                 ar9002_mac.o \
37                 ar9003_mac.o \
38                 ar9003_eeprom.o \
39                 ar9003_paprd.o \
40                 ar9003_mci.o
41
42 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
43
44 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
45 ath9k_common-y:=        common.o
46
47 ath9k_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 \
53                 htc_drv_init.o \
54                 htc_drv_gpio.o
55
56 ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
57
58 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o