brintos

brintos / linux-shallow public Read only

0
0
Text · 625 B · 5a1ed20 Raw
33 lines · plain
1# SPDX-License-Identifier: BSD-3-Clause-Clear2obj-$(CONFIG_ATH12K) += ath12k.o3ath12k-y += core.o \4	    hal.o \5	    hal_tx.o \6	    hal_rx.o \7	    wmi.o \8	    mac.o \9	    reg.o \10	    htc.o \11	    qmi.o \12	    dp.o  \13	    dp_tx.o \14	    dp_rx.o \15	    debug.o \16	    ce.o \17	    peer.o \18	    dbring.o \19	    hw.o \20	    mhi.o \21	    pci.o \22	    dp_mon.o \23	    fw.o \24	    p2p.o25 26ath12k-$(CONFIG_ATH12K_DEBUGFS) += debugfs.o debugfs_htt_stats.o27ath12k-$(CONFIG_ACPI) += acpi.o28ath12k-$(CONFIG_ATH12K_TRACING) += trace.o29ath12k-$(CONFIG_PM) += wow.o30 31# for tracing framework to find trace.h32CFLAGS_trace.o := -I$(src)33