Makefile (7b47c66cfa203288c43851260edeeb0fae56f692) Makefile (42e01cb9cb109fb0bb4743f6c54d6aa67ac39b61)
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_ATH10K) += ath10k_core.o
3ath10k_core-y += mac.o \
4 debug.o \
5 core.o \
6 htc.o \
7 htt.o \
8 htt_rx.o \
9 htt_tx.o \
10 txrx.o \
11 wmi.o \
12 wmi-tlv.o \
13 bmi.o \
14 hw.o \
15 p2p.o \
16 swap.o
17
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_ATH10K) += ath10k_core.o
3ath10k_core-y += mac.o \
4 debug.o \
5 core.o \
6 htc.o \
7 htt.o \
8 htt_rx.o \
9 htt_tx.o \
10 txrx.o \
11 wmi.o \
12 wmi-tlv.o \
13 bmi.o \
14 hw.o \
15 p2p.o \
16 swap.o
17
18ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
18ath10k_core-$(CONFIG_ATH10K_SPECTRAL) += spectral.o
19ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
20ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
21ath10k_core-$(CONFIG_THERMAL) += thermal.o
22ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
23ath10k_core-$(CONFIG_PM) += wow.o
24
25obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
26ath10k_pci-y += pci.o \

--- 12 unchanged lines hidden ---
19ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
20ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
21ath10k_core-$(CONFIG_THERMAL) += thermal.o
22ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
23ath10k_core-$(CONFIG_PM) += wow.o
24
25obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
26ath10k_pci-y += pci.o \

--- 12 unchanged lines hidden ---