]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/wireless/ath/ath10k/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / net / wireless / ath / ath10k / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
5e3dd157
KV
2obj-$(CONFIG_ATH10K) += ath10k_core.o
3ath10k_core-y += mac.o \
4 debug.o \
5 core.o \
6 htc.o \
7 htt.o \
8 htt_rx.o \
9 htt_tx.o \
10 txrx.o \
11 wmi.o \
ca996ec5 12 wmi-tlv.o \
d63955b3 13 bmi.o \
6a94888f 14 hw.o \
dcb02db1
VT
15 p2p.o \
16 swap.o
5e3dd157 17
855aed12 18ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
43d2a30f 19ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
5e3dd157 20ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
fe6f36d6 21ath10k_core-$(CONFIG_THERMAL) += thermal.o
f5045988 22ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
5fd3ac3c 23ath10k_core-$(CONFIG_PM) += wow.o
5e3dd157
KV
24
25obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
26ath10k_pci-y += pci.o \
27 ce.o
28
0b523ced
RM
29ath10k_pci-$(CONFIG_ATH10K_AHB) += ahb.o
30
d96db25d
ES
31obj-$(CONFIG_ATH10K_SDIO) += ath10k_sdio.o
32ath10k_sdio-y += sdio.o
33
4db66499
ES
34obj-$(CONFIG_ATH10K_USB) += ath10k_usb.o
35ath10k_usb-y += usb.o
36
5e3dd157
KV
37# for tracing framework to find trace.h
38CFLAGS_trace.o := -I$(src)