PM / sleep: Asynchronous threads for suspend_noirq
[linux/fpc-iii.git] / drivers / net / wireless / ath / ath9k / Makefile
bloba40e5c5d7418c94fbde733042f2b421b968d63e6
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
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_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
19 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o \
20 spectral.o
22 ath9k-$(CONFIG_ATH9K_STATION_STATISTICS) += debug_sta.o
24 obj-$(CONFIG_ATH9K) += ath9k.o
26 ath9k_hw-y:= \
27 ar9002_hw.o \
28 ar9003_hw.o \
29 hw.o \
30 ar9003_phy.o \
31 ar9002_phy.o \
32 ar5008_phy.o \
33 ar9002_calib.o \
34 ar9003_calib.o \
35 ar9003_rtt.o \
36 calib.o \
37 eeprom.o \
38 eeprom_def.o \
39 eeprom_4k.o \
40 eeprom_9287.o \
41 ani.o \
42 mac.o \
43 ar9002_mac.o \
44 ar9003_mac.o \
45 ar9003_eeprom.o \
46 ar9003_paprd.o
48 ath9k_hw-$(CONFIG_ATH9K_WOW) += ar9003_wow.o
50 ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
51 ar9003_mci.o
52 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
54 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
55 ath9k_common-y:= common.o
57 ath9k_htc-y += htc_hst.o \
58 hif_usb.o \
59 wmi.o \
60 htc_drv_txrx.o \
61 htc_drv_main.o \
62 htc_drv_beacon.o \
63 htc_drv_init.o \
64 htc_drv_gpio.o
66 ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
68 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o