summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210/Makefile
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2017-08-31 21:34:22 +0300
committerKalle Valo <kvalo@codeaurora.org>2017-08-31 21:34:22 +0300
commiteb464d4a8d092a793b97b724cd3cc6eeb229232a (patch)
treea16df61e5a27f2c51814b306c3923b8f9660bb08 /drivers/net/wireless/ath/wil6210/Makefile
parenta9a65a6b2b69e51f453fe26eeba1e45a720bbb05 (diff)
parent393b706cf20c2b612ca88fb2e48b43e3e376796f (diff)
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for 4.14. Major changes: wil6210 * support FW RSSI reporting (by mistake this was accidentally mentioned already in the previous pull request, but now it's really included) * make debugfs optional, adds new Kconfig option CONFIG_WIL6210_DEBUGFS
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/Makefile')
-rw-r--r--drivers/net/wireless/ath/wil6210/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/Makefile b/drivers/net/wireless/ath/wil6210/Makefile
index 4ae21da78e9e..d27efe83748b 100644
--- a/drivers/net/wireless/ath/wil6210/Makefile
+++ b/drivers/net/wireless/ath/wil6210/Makefile
@@ -4,7 +4,7 @@ wil6210-y := main.o
wil6210-y += netdev.o
wil6210-y += cfg80211.o
wil6210-y += pcie_bus.o
-wil6210-y += debugfs.o
+wil6210-$(CONFIG_WIL6210_DEBUGFS) += debugfs.o
wil6210-y += wmi.o
wil6210-y += interrupt.o
wil6210-y += txrx.o