1 # SPDX-License-Identifier: ISC
12 ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
13 ath9k-$(CONFIG_ATH9K_PCI) += pci.o
14 ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
15 ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
17 ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
18 ath9k-$(CONFIG_ATH9K_WOW) += wow.o
19 ath9k-$(CONFIG_ATH9K_HWRNG) += rng.o
21 ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
23 ath9k-$(CONFIG_ATH9K_STATION_STATISTICS) += debug_sta.o
25 obj-$(CONFIG_ATH9K) += ath9k.o
48 ath9k_hw-$(CONFIG_ATH9K_WOW) += ar9003_wow.o
50 ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
54 ath9k_hw-$(CONFIG_ATH9K_PCOEM) += ar9003_rtt.o
56 ath9k_hw-$(CONFIG_ATH9K_DYNACK) += dynack.o
58 obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
60 obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
61 ath9k_common-y:= common.o \
65 ath9k_common-$(CONFIG_ATH9K_COMMON_DEBUG) += common-debug.o
66 ath9k_common-$(CONFIG_ATH9K_COMMON_SPECTRAL) += common-spectral.o
68 ath9k_htc-y += htc_hst.o \
77 ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
79 obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
81 obj-$(CONFIG_ATH9K_PCI_NO_EEPROM) += ath9k_pci_owl_loader.o