Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[deliverable/linux.git] / drivers / net / wireless / ath / Makefile
1 obj-$(CONFIG_ATH5K) += ath5k/
2 obj-$(CONFIG_ATH9K_HW) += ath9k/
3 obj-$(CONFIG_AR9170_USB) += ar9170/
4
5 obj-$(CONFIG_ATH_COMMON) += ath.o
6
7 ath-objs := main.o \
8 regd.o \
9 hw.o
10
11 ath-$(CONFIG_ATH_DEBUG) += debug.o
This page took 0.030588 seconds and 6 git commands to generate.