obj-$([31mCONFIG_ATH10K[0m) += ath10k_core.o ath10k_core-y += mac.o \ debug.o \ core.o \ htc.o \ htt.o \ htt_rx.o \ htt_tx.o \ txrx.o \ wmi.o \ wmi-tlv.o \ bmi.o \ hw.o \ p2p.o \ swap.o ath10k_core-$([31mCONFIG_ATH10K_DEBUGFS[0m) += spectral.o ath10k_core-$([31mCONFIG_NL80211_TESTMODE[0m) += testmode.o ath10k_core-$([31mCONFIG_ATH10K_TRACING[0m) += trace.o ath10k_core-$([31mCONFIG_THERMAL[0m) += thermal.o ath10k_core-$([31mCONFIG_MAC80211_DEBUGFS[0m) += debugfs_sta.o ath10k_core-$([31mCONFIG_PM[0m) += wow.o obj-$([31mCONFIG_ATH10K_PCI[0m) += ath10k_pci.o ath10k_pci-y += pci.o \ ce.o ath10k_pci-$([31mCONFIG_ATH10K_AHB[0m) += ahb.o # for tracing framework to find trace.h CFLAGS_trace.o := -I$(src) |