2013-06-13 00:52:10 +07:00
|
|
|
obj-$(CONFIG_ATH10K) += 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 \
|
2014-12-03 15:11:32 +07:00
|
|
|
wmi-tlv.o \
|
2013-06-13 00:52:10 +07:00
|
|
|
bmi.o
|
|
|
|
|
2014-08-02 13:12:54 +07:00
|
|
|
ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
|
2014-09-10 22:23:30 +07:00
|
|
|
ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
2013-06-13 00:52:10 +07:00
|
|
|
ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
|
2014-12-17 17:22:07 +07:00
|
|
|
ath10k_core-$(CONFIG_THERMAL) += thermal.o
|
2013-06-13 00:52:10 +07:00
|
|
|
|
|
|
|
obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
|
|
|
|
ath10k_pci-y += pci.o \
|
|
|
|
ce.o
|
|
|
|
|
|
|
|
# for tracing framework to find trace.h
|
|
|
|
CFLAGS_trace.o := -I$(src)
|