mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-13 22:01:58 +00:00
21 lines
360 B
Makefile
21 lines
360 B
Makefile
obj-$(CPTCFG_ATH10K) += ath10k_core.o
|
|
ath10k_core-y += mac.o \
|
|
debug.o \
|
|
core.o \
|
|
htc.o \
|
|
htt.o \
|
|
htt_rx.o \
|
|
htt_tx.o \
|
|
txrx.o \
|
|
wmi.o \
|
|
bmi.o
|
|
|
|
ath10k_core-$(CPTCFG_ATH10K_TRACING) += trace.o
|
|
|
|
obj-$(CPTCFG_ATH10K_PCI) += ath10k_pci.o
|
|
ath10k_pci-y += pci.o \
|
|
ce.o
|
|
|
|
# for tracing framework to find trace.h
|
|
CFLAGS_trace.o := -I$(src)
|