diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2017-08-31 21:34:22 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2017-08-31 21:34:22 +0300 |
commit | eb464d4a8d092a793b97b724cd3cc6eeb229232a (patch) | |
tree | a16df61e5a27f2c51814b306c3923b8f9660bb08 /drivers/net/wireless/ath/wil6210/Makefile | |
parent | a9a65a6b2b69e51f453fe26eeba1e45a720bbb05 (diff) | |
parent | 393b706cf20c2b612ca88fb2e48b43e3e376796f (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/Makefile | 2 |
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 |