xref: /openbmc/linux/drivers/net/wireless/ath/ath11k/Makefile (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1d5c65159SKalle Valo# SPDX-License-Identifier: BSD-3-Clause-Clear
2d5c65159SKalle Valoobj-$(CONFIG_ATH11K) += ath11k.o
3d5c65159SKalle Valoath11k-y += core.o \
4d5c65159SKalle Valo	    hal.o \
5d5c65159SKalle Valo	    hal_tx.o \
6d5c65159SKalle Valo	    hal_rx.o \
7d5c65159SKalle Valo	    wmi.o \
8d5c65159SKalle Valo	    mac.o \
9d5c65159SKalle Valo	    reg.o \
10d5c65159SKalle Valo	    htc.o \
11d5c65159SKalle Valo	    qmi.o \
12d5c65159SKalle Valo	    dp.o  \
13d5c65159SKalle Valo	    dp_tx.o \
14d5c65159SKalle Valo	    dp_rx.o \
15d5c65159SKalle Valo	    debug.o \
16d5c65159SKalle Valo	    ce.o \
17bd647855SKarthikeyan Periyasamy	    peer.o \
18d547ca4cSAnilkumar Kolli	    dbring.o \
19*00402f49SManikanta Pubbisetty	    hw.o \
20*00402f49SManikanta Pubbisetty	    pcic.o
21d5c65159SKalle Valo
2256292162SKalle Valoath11k-$(CONFIG_ATH11K_DEBUGFS) += debugfs.o debugfs_htt_stats.o debugfs_sta.o
23d5c65159SKalle Valoath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
24d5c65159SKalle Valoath11k-$(CONFIG_ATH11K_TRACING) += trace.o
252a63bbcaSPradeep Kumar Chitrapuath11k-$(CONFIG_THERMAL) += thermal.o
269d11b7bfSKarthikeyan Periyasamyath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o
27ba9177fcSCarl Huangath11k-$(CONFIG_PM) += wow.o
28d5c65159SKalle Valo
296e0355afSGovind Singhobj-$(CONFIG_ATH11K_AHB) += ath11k_ahb.o
306e0355afSGovind Singhath11k_ahb-y += ahb.o
316e0355afSGovind Singh
326e0355afSGovind Singhobj-$(CONFIG_ATH11K_PCI) += ath11k_pci.o
33*00402f49SManikanta Pubbisettyath11k_pci-y += mhi.o pci.o
346e0355afSGovind Singh
35d5c65159SKalle Valo# for tracing framework to find trace.h
36d5c65159SKalle ValoCFLAGS_trace.o := -I$(src)
37