]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - drivers/net/wireless/ath/Makefile
Merge tag 'for-linus-20121212' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
[can-eth-gw-linux.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__