aboutsummaryrefslogtreecommitdiffstats
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/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile
index 0e8f528..214def7 100644
--- a/drivers/net/wireless/ath/Makefile
+++ b/drivers/net/wireless/ath/Makefile
@@ -1,12 +1,12 @@
-obj-$(CONFIG_ATH5K) += ath5k/
-obj-$(CONFIG_ATH9K_HW) += ath9k/
-obj-$(CONFIG_CARL9170) += carl9170/
+NOSTDINC_FLAGS := -I$(srctree)/include/compat/ \
+ -include $(srctree)/include/compat/linux/compat-2.6.h \
+ $(CFLAGS)
+obj-$(CONFIG_ATH6KL) += ath6kl/
obj-$(CONFIG_ATH_COMMON) += ath.o
ath-objs := main.o \
regd.o \
hw.o \
key.o
-
ath-$(CONFIG_ATH_DEBUG) += debug.o