ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables
[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
LR
15
16ath9k_hw-y:= hw.o \
8fe65368
LR
17 ar9002_phy.o \
18 ar5008_phy.o \
7322fd19
LR
19 eeprom.o \
20 eeprom_def.o \
21 eeprom_4k.o \
22 eeprom_9287.o \
23 calib.o \
24 ani.o \
7322fd19
LR
25 btcoex.o \
26 mac.o \
27
28obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
db86f07e
LR
29
30obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
31ath9k_common-y:= common.o
fb9987d0
S
32
33ath9k_htc-y += htc_hst.o \
34 hif_usb.o \
35 wmi.o \
36 htc_drv_txrx.o \
37 htc_drv_main.o \
38 htc_drv_beacon.o \
39 htc_drv_init.o
40
41obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
This page took 0.291654 seconds and 5 git commands to generate.