1 obj-$(CONFIG_ATH10K) += ath10k_core.o
2 ath10k_core-y += mac.o \
17 ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
18 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
19 ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
20 ath10k_core-$(CONFIG_THERMAL) += thermal.o
21 ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
22 ath10k_core-$(CONFIG_PM) += wow.o
24 obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
25 ath10k_pci-y += pci.o \
28 ath10k_pci-$(CONFIG_ATH10K_AHB) += ahb.o
30 # for tracing framework to find trace.h
31 CFLAGS_trace.o := -I$(src)