2013-06-13 01:52:10 +08: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 16:11:32 +08:00
|
|
|
wmi-tlv.o \
|
2013-06-13 01:52:10 +08:00
|
|
|
bmi.o
|
|
|
|
|
2014-08-02 14:12:54 +08:00
|
|
|
ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
|
2014-09-10 23:23:30 +08:00
|
|
|
ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
2013-06-13 01:52:10 +08:00
|
|
|
ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
|
2014-12-17 18:22:07 +08:00
|
|
|
ath10k_core-$(CONFIG_THERMAL) += thermal.o
|
2015-01-12 20:07:27 +08:00
|
|
|
ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
|
2013-06-13 01:52:10 +08: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)
|