Linux 4.4.145
[linux/fpc-iii.git] / drivers / net / wireless / ath / ath10k / Makefile
blobc04fb00e7930219f909939b9ea36140ad3101fb8
1 obj-$(CONFIG_ATH10K) += ath10k_core.o
2 ath10k_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 \
11 wmi-tlv.o \
12 bmi.o \
13 hw.o \
14 p2p.o \
15 swap.o
17 ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
18 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
19 ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
20 ath10k_core-$(CONFIG_THERMAL) += thermal.o
21 ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
22 ath10k_core-$(CONFIG_PM) += wow.o
24 obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
25 ath10k_pci-y += pci.o \
26 ce.o
28 # for tracing framework to find trace.h
29 CFLAGS_trace.o := -I$(src)