blob: ffa3b1a8745f003e6fd9a886c70ecf039a89d1bc [file] [log] [blame]
Kalle Valo5e3dd152013-06-12 20:52:10 +03001obj-$(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 \
Michal Kaziorca996ec2014-12-03 10:11:32 +020011 wmi-tlv.o \
Kalle Valo5e3dd152013-06-12 20:52:10 +030012 bmi.o
13
Simon Wunderlich855aed12014-08-02 09:12:54 +030014ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
Kalle Valo43d2a302014-09-10 18:23:30 +030015ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
Kalle Valo5e3dd152013-06-12 20:52:10 +030016ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
Rajkumar Manoharanfe6f36d2014-12-17 12:22:07 +020017ath10k_core-$(CONFIG_THERMAL) += thermal.o
Kalle Valo5e3dd152013-06-12 20:52:10 +030018
19obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
20ath10k_pci-y += pci.o \
21 ce.o
22
23# for tracing framework to find trace.h
24CFLAGS_trace.o := -I$(src)