8 ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
9 ath9k-$(CONFIG_ATH9K_PCI) += pci.o
10 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
11 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
13 obj-$(CONFIG_ATH9K) += ath9k.o
37 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
39 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
40 ath9k_common-y:= common.o
42 ath9k_htc-y += htc_hst.o \
51 ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
53 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o