Merge tag 'exynos-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux...
[sfrench/cifs-2.6.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                 link.o \
8                 antenna.o
9
10 ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
11 ath9k-$(CONFIG_ATH9K_LEGACY_RATE_CONTROL) += rc.o
12 ath9k-$(CONFIG_ATH9K_PCI) += pci.o
13 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
14 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
15 ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += \
17                 dfs.o \
18                 dfs_pattern_detector.o \
19                 dfs_pri_detector.o
20 ath9k-$(CONFIG_PM_SLEEP) += wow.o
21
22 obj-$(CONFIG_ATH9K) += ath9k.o
23
24 ath9k_hw-y:=    \
25                 ar9002_hw.o \
26                 ar9003_hw.o \
27                 hw.o \
28                 ar9003_phy.o \
29                 ar9002_phy.o \
30                 ar5008_phy.o \
31                 ar9002_calib.o \
32                 ar9003_calib.o \
33                 ar9003_rtt.o \
34                 calib.o \
35                 eeprom.o \
36                 eeprom_def.o \
37                 eeprom_4k.o \
38                 eeprom_9287.o \
39                 ani.o \
40                 mac.o \
41                 ar9002_mac.o \
42                 ar9003_mac.o \
43                 ar9003_eeprom.o \
44                 ar9003_paprd.o
45
46 ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
47                                            ar9003_mci.o
48 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
49
50 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
51 ath9k_common-y:=        common.o
52
53 ath9k_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 \
59                 htc_drv_init.o \
60                 htc_drv_gpio.o
61
62 ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
63
64 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o