aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/Makefile
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2015-02-26 13:23:17 +0100
committerKalle Valo <kvalo@qca.qualcomm.com>2015-03-07 09:57:35 +0200
commit6a94888f173f10d24d69d25fb99ab50bf750e0e3 (patch)
treeeefbd4fb998a2c089106b64d3b47410bffdda8da /drivers/net/wireless/ath/ath10k/Makefile
parentath10k: fix TxBF VHT capabilities for 2+ RF-chain devices (diff)
downloadlinux-dev-6a94888f173f10d24d69d25fb99ab50bf750e0e3.tar.xz
linux-dev-6a94888f173f10d24d69d25fb99ab50bf750e0e3.zip
ath10k: refactor p2p noa code
Some files are getting bloated and it makes sense to split some of the code into separate files. Do so with the P2P NoA code and prepare it for reuse. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath10k/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/Makefile b/drivers/net/wireless/ath/ath10k/Makefile
index f4dbb3e93bf8..92a1e097e436 100644
--- a/drivers/net/wireless/ath/ath10k/Makefile
+++ b/drivers/net/wireless/ath/ath10k/Makefile
@@ -10,7 +10,8 @@ ath10k_core-y += mac.o \
wmi.o \
wmi-tlv.o \
bmi.o \
- hw.o
+ hw.o \
+ p2p.o
ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o