summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/Makefile
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2011-09-01 10:14:21 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2011-09-01 10:14:21 +0300
commit003353b0d27489228eff79447d0731687cea0207 (patch)
tree3ab9eb674f092be48fd314d75fa8d0811064f958 /drivers/net/wireless/ath/ath6kl/Makefile
parent4495ab167044d3ba3127dac06762138f5122ddc9 (diff)
ath6kl: add testmode support
This is port from the staging version of ath6kl. The interface to user space is exactly same. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath6kl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile
index b64a6f52983..5fe092046d3 100644
--- a/drivers/net/wireless/ath/ath6kl/Makefile
+++ b/drivers/net/wireless/ath/ath6kl/Makefile
@@ -33,5 +33,6 @@ ath6kl-y += txrx.o
ath6kl-y += wmi.o
ath6kl-y += node.o
ath6kl-y += sdio.o
+ath6kl-$(CONFIG_NL80211_TESTMODE) += testmode.o
ccflags-y += -D__CHECK_ENDIAN__