ath9k: remove support for virtual wiphys
[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
8 ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
9 ath9k-$(CONFIG_PCI) += pci.o
10 ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
11 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
12
13 obj-$(CONFIG_ATH9K) += ath9k.o
14
15 ath9k_hw-y:= \
16 ar9002_hw.o \
17 ar9003_hw.o \
18 hw.o \
19 ar9003_phy.o \
20 ar9002_phy.o \
21 ar5008_phy.o \
22 ar9002_calib.o \
23 ar9003_calib.o \
24 calib.o \
25 eeprom.o \
26 eeprom_def.o \
27 eeprom_4k.o \
28 eeprom_9287.o \
29 ani.o \
30 btcoex.o \
31 mac.o \
32 ar9002_mac.o \
33 ar9003_mac.o \
34 ar9003_eeprom.o \
35 ar9003_paprd.o
36
37 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
38
39 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
40 ath9k_common-y:= common.o
41
42 ath9k_htc-y += htc_hst.o \
43 hif_usb.o \
44 wmi.o \
45 htc_drv_txrx.o \
46 htc_drv_main.o \
47 htc_drv_beacon.o \
48 htc_drv_init.o \
49 htc_drv_gpio.o
50
51 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
This page took 0.105611 seconds and 5 git commands to generate.