Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/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__
This page took 0.046536 seconds and 5 git commands to generate.