]> git.karo-electronics.de Git - mv-sheeva.git/blob - drivers/net/wireless/ath/ath9k/Makefile
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt...
[mv-sheeva.git] / drivers / net / wireless / ath / ath9k / Makefile
1 ath9k-y +=      hw.o \
2                 eeprom.o \
3                 eeprom_def.o \
4                 eeprom_4k.o \
5                 eeprom_9287.o \
6                 mac.o \
7                 calib.o \
8                 ani.o \
9                 phy.o \
10                 beacon.o \
11                 main.o \
12                 recv.o \
13                 xmit.o \
14                 virtual.o \
15                 rc.o \
16                 btcoex.o
17
18 ath9k-$(CONFIG_PCI) += pci.o
19 ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
20 ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
21
22 obj-$(CONFIG_ATH9K) += ath9k.o