diff options
Diffstat (limited to 'kernel/drivers/net/wireless/ath/ath10k/Makefile')
-rw-r--r-- | kernel/drivers/net/wireless/ath/ath10k/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/drivers/net/wireless/ath/ath10k/Makefile b/kernel/drivers/net/wireless/ath/ath10k/Makefile index f4dbb3e93..c04fb00e7 100644 --- a/kernel/drivers/net/wireless/ath/ath10k/Makefile +++ b/kernel/drivers/net/wireless/ath/ath10k/Makefile @@ -10,13 +10,16 @@ ath10k_core-y += mac.o \ wmi.o \ wmi-tlv.o \ bmi.o \ - hw.o + hw.o \ + p2p.o \ + swap.o ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o ath10k_core-$(CONFIG_THERMAL) += thermal.o ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o +ath10k_core-$(CONFIG_PM) += wow.o obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o ath10k_pci-y += pci.o \ |