aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/Makefile')
-rw-r--r--[-rwxr-xr-x]drivers/net/wireless/ath/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile
index 214def7825f..d716b748e57 100755..100644
--- a/drivers/net/wireless/ath/Makefile
+++ b/drivers/net/wireless/ath/Makefile
@@ -1,12 +1,14 @@
-NOSTDINC_FLAGS := -I$(srctree)/include/compat/ \
- -include $(srctree)/include/compat/linux/compat-2.6.h \
- $(CFLAGS)
-
+obj-$(CONFIG_ATH5K) += ath5k/
+obj-$(CONFIG_ATH9K_HW) += ath9k/
+obj-$(CONFIG_CARL9170) += carl9170/
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
+ccflags-y += -D__CHECK_ENDIAN__