Makefile (42249094f79422fbf5ed4b54eeb48ff096809b8f) | Makefile (855aed1220d2c94425ab01a85fe7a6f5c436940f) |
---|---|
1obj-$(CONFIG_ATH10K) += ath10k_core.o 2ath10k_core-y += mac.o \ 3 debug.o \ 4 core.o \ 5 htc.o \ 6 htt.o \ 7 htt_rx.o \ 8 htt_tx.o \ 9 txrx.o \ 10 wmi.o \ 11 bmi.o 12 | 1obj-$(CONFIG_ATH10K) += ath10k_core.o 2ath10k_core-y += mac.o \ 3 debug.o \ 4 core.o \ 5 htc.o \ 6 htt.o \ 7 htt_rx.o \ 8 htt_tx.o \ 9 txrx.o \ 10 wmi.o \ 11 bmi.o 12 |
13ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o |
|
13ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o 14 15obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o 16ath10k_pci-y += pci.o \ 17 ce.o 18 19# for tracing framework to find trace.h 20CFLAGS_trace.o := -I$(src) | 14ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o 15 16obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o 17ath10k_pci-y += pci.o \ 18 ce.o 19 20# for tracing framework to find trace.h 21CFLAGS_trace.o := -I$(src) |