]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - drivers/net/wireless/ath/Makefile
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6.git] / drivers / net / wireless / ath / Makefile
1 obj-$(CONFIG_ATH5K)             += ath5k/
2 obj-$(CONFIG_ATH9K_HW)          += ath9k/
3 obj-$(CONFIG_CARL9170)          += carl9170/
4 obj-$(CONFIG_ATH6KL)            += ath6kl/
5
6 obj-$(CONFIG_ATH_COMMON)        += ath.o
7
8 ath-objs :=     main.o \
9                 regd.o \
10                 hw.o \
11                 key.o
12
13 ath-$(CONFIG_ATH_DEBUG) += debug.o
14 ccflags-y += -D__CHECK_ENDIAN__