summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-01-14 19:17:07 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 21:00:32 (GMT)
commit09329d371e57ff9fcb645b8e2cdee1ec8b9b539f (patch)
tree09fa81d882f87345dbe15c0ac07b1a3db4c05615 /drivers/net/wireless/ath9k/Makefile
parent6baff7f9a6c571dcd9a59820e3c094f7490cb0fd (diff)
downloadlinux-fsl-qoriq-09329d371e57ff9fcb645b8e2cdee1ec8b9b539f.tar.xz
ath9k: introduce platform driver for AHB bus support
This patch adds the platform_driver itself, and modifies the main driver to register it. Changes-licensed-under: ISC Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Tested-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/Makefile')
-rw-r--r--drivers/net/wireless/ath9k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/Makefile b/drivers/net/wireless/ath9k/Makefile
index af3f39b..0062958 100644
--- a/drivers/net/wireless/ath9k/Makefile
+++ b/drivers/net/wireless/ath9k/Makefile
@@ -12,6 +12,7 @@ ath9k-y += hw.o \
rc.o
ath9k-$(CONFIG_PCI) += pci.o
+ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o
obj-$(CONFIG_ATH9K) += ath9k.o