Merge tag 'efi-urgent' into x86/urgent
[deliverable/linux.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
29942bc1 14ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
ef6b19e4 15ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
ef6b19e4 16ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
e60001e7 17ath9k-$(CONFIG_ATH9K_WOW) += wow.o
88b126af 18
f65c0825
SM
19ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o \
20 spectral.o
21
1cdbaf0d
SM
22ath9k-$(CONFIG_ATH9K_STATION_STATISTICS) += debug_sta.o
23
f078f209 24obj-$(CONFIG_ATH9K) += ath9k.o
7322fd19 25
b3950e6a
LR
26ath9k_hw-y:= \
27 ar9002_hw.o \
28 ar9003_hw.o \
29 hw.o \
8525f280 30 ar9003_phy.o \
8fe65368
LR
31 ar9002_phy.o \
32 ar5008_phy.o \
795f5e2c
LR
33 ar9002_calib.o \
34 ar9003_calib.o \
324c74ad 35 ar9003_rtt.o \
795f5e2c 36 calib.o \
7322fd19
LR
37 eeprom.o \
38 eeprom_def.o \
39 eeprom_4k.o \
40 eeprom_9287.o \
7322fd19 41 ani.o \
7322fd19 42 mac.o \
b622a720 43 ar9002_mac.o \
15c9ee7a 44 ar9003_mac.o \
717f6bed 45 ar9003_eeprom.o \
dbccdd1d 46 ar9003_paprd.o
7322fd19 47
e60001e7 48ath9k_hw-$(CONFIG_ATH9K_WOW) += ar9003_wow.o
9c9cb10f 49
dbccdd1d
SM
50ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
51 ar9003_mci.o
7322fd19 52obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
db86f07e
LR
53
54obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
55ath9k_common-y:= common.o
fb9987d0
S
56
57ath9k_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 \
21cb9879
VN
63 htc_drv_init.o \
64 htc_drv_gpio.o
fb9987d0 65
8e42e4ba
SM
66ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
67
fb9987d0 68obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
This page took 1.218332 seconds and 5 git commands to generate.