]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/net/wireless/ath/ath9k/Makefile
netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCU
[net-next-2.6.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                 virtual.o \
8                 rc.o
9
10 ath9k-$(CONFIG_PCI) += pci.o
11 ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
12 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
13
14 obj-$(CONFIG_ATH9K) += ath9k.o
15
16 ath9k_hw-y:=    hw.o \
17                 eeprom.o \
18                 eeprom_def.o \
19                 eeprom_4k.o \
20                 eeprom_9287.o \
21                 calib.o \
22                 ani.o \
23                 phy.o \
24                 btcoex.o \
25                 mac.o \
26
27 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
28
29 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
30 ath9k_common-y:=        common.o
31
32 ath9k_htc-y +=  htc_hst.o \
33                 hif_usb.o \
34                 wmi.o \
35                 htc_drv_txrx.o \
36                 htc_drv_main.o \
37                 htc_drv_beacon.o \
38                 htc_drv_init.o
39
40 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o