ath9k_common: Move bt_stomp to common for sharing with ath9k_htc.
[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 \
6 xmit.o \
8ca21f01 7 virtual.o \
cfe8cba9 8 rc.o
f078f209 9
6baff7f9 10ath9k-$(CONFIG_PCI) += pci.o
09329d37 11ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
a830df07 12ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
88b126af 13
f078f209 14obj-$(CONFIG_ATH9K) += ath9k.o
7322fd19 15
b3950e6a
LR
16ath9k_hw-y:= \
17 ar9002_hw.o \
18 ar9003_hw.o \
19 hw.o \
8525f280 20 ar9003_phy.o \
8fe65368
LR
21 ar9002_phy.o \
22 ar5008_phy.o \
795f5e2c
LR
23 ar9002_calib.o \
24 ar9003_calib.o \
25 calib.o \
7322fd19
LR
26 eeprom.o \
27 eeprom_def.o \
28 eeprom_4k.o \
29 eeprom_9287.o \
7322fd19 30 ani.o \
7322fd19
LR
31 btcoex.o \
32 mac.o \
b622a720 33 ar9002_mac.o \
15c9ee7a 34 ar9003_mac.o \
717f6bed
FF
35 ar9003_eeprom.o \
36 ar9003_paprd.o
7322fd19
LR
37
38obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
db86f07e
LR
39
40obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
41ath9k_common-y:= common.o
fb9987d0
S
42
43ath9k_htc-y += htc_hst.o \
44 hif_usb.o \
45 wmi.o \
46 htc_drv_txrx.o \
47 htc_drv_main.o \
48 htc_drv_beacon.o \
49 htc_drv_init.o
50
51obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
This page took 0.330065 seconds and 5 git commands to generate.