blob: b0b19a7eb98b7709759685d26b0c2bd1f4e56569 [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 \
Michal Kaziord63955b2015-01-24 12:14:49 +020012 bmi.o \
Michal Kazior6a948882015-02-26 13:23:17 +010013 hw.o \
Vasanthakumar Thiagarajandcb02db2015-06-18 12:31:09 +053014 p2p.o \
15 swap.o
Kalle Valo5e3dd152013-06-12 20:52:10 +030016
Simon Wunderlich855aed12014-08-02 09:12:54 +030017ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
Kalle Valo43d2a302014-09-10 18:23:30 +030018ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
Kalle Valo5e3dd152013-06-12 20:52:10 +030019ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
Rajkumar Manoharanfe6f36d2014-12-17 12:22:07 +020020ath10k_core-$(CONFIG_THERMAL) += thermal.o
Rajkumar Manoharanf5045982015-01-12 14:07:27 +020021ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
Janusz Dziedzic5fd3ac32015-03-23 17:32:53 +020022ath10k_core-$(CONFIG_PM) += wow.o
Kalle Valo5e3dd152013-06-12 20:52:10 +030023
24obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
25ath10k_pci-y += pci.o \
26 ce.o
27
Raja Mani0b523ce2016-01-27 15:24:25 +053028ath10k_pci-$(CONFIG_ATH10K_AHB) += ahb.o
29
Erik Stromdahld96db252017-04-26 12:18:00 +030030obj-$(CONFIG_ATH10K_SDIO) += ath10k_sdio.o
31ath10k_sdio-y += sdio.o
32
Kalle Valo5e3dd152013-06-12 20:52:10 +030033# for tracing framework to find trace.h
34CFLAGS_trace.o := -I$(src)