GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / net / wireless / ath / ath9k / Makefile
blob973ae4f49f35fbd122f5eeec4c352a397c10c33e
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
10 ath9k-$(CONFIG_PCI) += pci.o
11 ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
12 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
14 obj-$(CONFIG_ATH9K) += ath9k.o
16 ath9k_hw-y:= \
17 ar9002_hw.o \
18 ar9003_hw.o \
19 hw.o \
20 ar9003_phy.o \
21 ar9002_phy.o \
22 ar5008_phy.o \
23 ar9002_calib.o \
24 ar9003_calib.o \
25 calib.o \
26 eeprom.o \
27 eeprom_def.o \
28 eeprom_4k.o \
29 eeprom_9287.o \
30 ani.o \
31 btcoex.o \
32 mac.o \
33 ar9002_mac.o \
34 ar9003_mac.o \
35 ar9003_eeprom.o \
36 ar9003_paprd.o
38 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
40 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
41 ath9k_common-y:= common.o
43 ath9k_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
51 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o