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