Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: BSD-3-Clause-Clear
0002 obj-$(CONFIG_ATH11K) += ath11k.o
0003 ath11k-y += core.o \
0004             hal.o \
0005             hal_tx.o \
0006             hal_rx.o \
0007             wmi.o \
0008             mac.o \
0009             reg.o \
0010             htc.o \
0011             qmi.o \
0012             dp.o  \
0013             dp_tx.o \
0014             dp_rx.o \
0015             debug.o \
0016             ce.o \
0017             peer.o \
0018             dbring.o \
0019             hw.o \
0020             pcic.o
0021 
0022 ath11k-$(CONFIG_ATH11K_DEBUGFS) += debugfs.o debugfs_htt_stats.o debugfs_sta.o
0023 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
0024 ath11k-$(CONFIG_ATH11K_TRACING) += trace.o
0025 ath11k-$(CONFIG_THERMAL) += thermal.o
0026 ath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o
0027 ath11k-$(CONFIG_PM) += wow.o
0028 
0029 obj-$(CONFIG_ATH11K_AHB) += ath11k_ahb.o
0030 ath11k_ahb-y += ahb.o
0031 
0032 obj-$(CONFIG_ATH11K_PCI) += ath11k_pci.o
0033 ath11k_pci-y += mhi.o pci.o
0034 
0035 # for tracing framework to find trace.h
0036 CFLAGS_trace.o := -I$(src)