Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', ...
[deliverable/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 link.o \
8 antenna.o \
9 channel.o
10
11 ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
12 ath9k-$(CONFIG_ATH9K_PCI) += pci.o
13 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
14 ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
15 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
16 ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
17 ath9k-$(CONFIG_ATH9K_WOW) += wow.o
18
19 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
20
21 ath9k-$(CONFIG_ATH9K_STATION_STATISTICS) += debug_sta.o
22
23 obj-$(CONFIG_ATH9K) += ath9k.o
24
25 ath9k_hw-y:= \
26 ar9002_hw.o \
27 ar9003_hw.o \
28 hw.o \
29 ar9003_phy.o \
30 ar9002_phy.o \
31 ar5008_phy.o \
32 ar9002_calib.o \
33 ar9003_calib.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_WOW) += ar9003_wow.o
47
48 ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
49 ar9003_mci.o \
50 ar9003_aic.o
51
52 ath9k_hw-$(CONFIG_ATH9K_PCOEM) += ar9003_rtt.o
53
54 ath9k_hw-$(CONFIG_ATH9K_DYNACK) += dynack.o
55
56 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
57
58 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
59 ath9k_common-y:= common.o \
60 common-init.o \
61 common-beacon.o \
62 common-debug.o \
63 common-spectral.o
64
65 ath9k_htc-y += htc_hst.o \
66 hif_usb.o \
67 wmi.o \
68 htc_drv_txrx.o \
69 htc_drv_main.o \
70 htc_drv_beacon.o \
71 htc_drv_init.o \
72 htc_drv_gpio.o
73
74 ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
75
76 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
This page took 0.046731 seconds and 5 git commands to generate.