Merge git://git.infradead.org/users/willy/linux-nvme
[deliverable/linux.git] / drivers / net / wireless / ath / ath10k / Makefile
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 bmi.o
12
13 ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
14
15 obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
16 ath10k_pci-y += pci.o \
17 ce.o
18
19 # for tracing framework to find trace.h
20 CFLAGS_trace.o := -I$(src)
This page took 0.030901 seconds and 6 git commands to generate.