xref: /linux/drivers/net/wireless/ath/ath11k/Makefile (revision f4b369c6fe0ceaba2da2daff8c9eb415f85926dd)
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 \
1900402f49SManikanta Pubbisetty	    hw.o \
207db88b96SAnilkumar Kolli	    pcic.o \
212408379fSKang Yang	    fw.o \
222408379fSKang Yang	    p2p.o
23d5c65159SKalle Valo
2456292162SKalle Valoath11k-$(CONFIG_ATH11K_DEBUGFS) += debugfs.o debugfs_htt_stats.o debugfs_sta.o
25d5c65159SKalle Valoath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
26d5c65159SKalle Valoath11k-$(CONFIG_ATH11K_TRACING) += trace.o
272a63bbcaSPradeep Kumar Chitrapuath11k-$(CONFIG_THERMAL) += thermal.o
289d11b7bfSKarthikeyan Periyasamyath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o
29ba9177fcSCarl Huangath11k-$(CONFIG_PM) += wow.o
305edbb148SMiaoqing Panath11k-$(CONFIG_DEV_COREDUMP) += coredump.o
31*9b2e3b4eSVenkateswara Naralasettyath11k-$(CONFIG_ATH11K_CFR) += cfr.o
32d5c65159SKalle Valo
336e0355afSGovind Singhobj-$(CONFIG_ATH11K_AHB) += ath11k_ahb.o
346e0355afSGovind Singhath11k_ahb-y += ahb.o
356e0355afSGovind Singh
366e0355afSGovind Singhobj-$(CONFIG_ATH11K_PCI) += ath11k_pci.o
3700402f49SManikanta Pubbisettyath11k_pci-y += mhi.o pci.o
386e0355afSGovind Singh
39d5c65159SKalle Valo# for tracing framework to find trace.h
40d5c65159SKalle ValoCFLAGS_trace.o := -I$(src)
41