summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/Makefile')
-rw-r--r--drivers/net/wireless/ath/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile
index 7d023b0..fb05cfd 100644
--- a/drivers/net/wireless/ath/Makefile
+++ b/drivers/net/wireless/ath/Makefile
@@ -5,16 +5,13 @@ obj-$(CONFIG_ATH6KL) += ath6kl/
obj-$(CONFIG_AR5523) += ar5523/
obj-$(CONFIG_WIL6210) += wil6210/
obj-$(CONFIG_ATH10K) += ath10k/
-obj-$(CONFIG_WCN36XX) += wcn36xx/
obj-$(CONFIG_ATH_COMMON) += ath.o
ath-objs := main.o \
regd.o \
hw.o \
- key.o \
- dfs_pattern_detector.o \
- dfs_pri_detector.o
+ key.o
ath-$(CONFIG_ATH_DEBUG) += debug.o
ccflags-y += -D__CHECK_ENDIAN__