ath10k: implement wmi-tlv backend
[deliverable/linux.git] / drivers / net / wireless / ath / ath10k / Makefile
CommitLineData
5e3dd157
KV
1obj-$(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 \
ca996ec5 11 wmi-tlv.o \
5e3dd157
KV
12 bmi.o
13
855aed12 14ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
43d2a30f 15ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
5e3dd157
KV
16ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
17
18obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
19ath10k_pci-y += pci.o \
20 ce.o
21
22# for tracing framework to find trace.h
23CFLAGS_trace.o := -I$(src)
This page took 0.141233 seconds and 5 git commands to generate.