Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[sfrench/cifs-2.6.git] / drivers / net / wireless / ath / ath9k / Makefile
1 ath9k-y +=      hw.o \
2                 eeprom.o \
3                 mac.o \
4                 calib.o \
5                 ani.o \
6                 phy.o \
7                 beacon.o \
8                 main.o \
9                 recv.o \
10                 xmit.o \
11                 virtual.o \
12                 rc.o
13
14 ath9k-$(CONFIG_PCI) += pci.o
15 ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
16 ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
17
18 obj-$(CONFIG_ATH9K) += ath9k.o