diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-14 14:17:07 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:32 -0500 |
commit | 09329d371e57ff9fcb645b8e2cdee1ec8b9b539f (patch) | |
tree | 09fa81d882f87345dbe15c0ac07b1a3db4c05615 /drivers/net/wireless/ath9k/Makefile | |
parent | 6baff7f9a6c571dcd9a59820e3c094f7490cb0fd (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/Makefile b/drivers/net/wireless/ath9k/Makefile index af3f39bbddd5..00629587b790 100644 --- a/drivers/net/wireless/ath9k/Makefile +++ b/drivers/net/wireless/ath9k/Makefile | |||
@@ -12,6 +12,7 @@ ath9k-y += hw.o \ | |||
12 | rc.o | 12 | rc.o |
13 | 13 | ||
14 | ath9k-$(CONFIG_PCI) += pci.o | 14 | ath9k-$(CONFIG_PCI) += pci.o |
15 | ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o | ||
15 | ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o | 16 | ath9k-$(CONFIG_ATH9K_DEBUG) += debug.o |
16 | 17 | ||
17 | obj-$(CONFIG_ATH9K) += ath9k.o | 18 | obj-$(CONFIG_ATH9K) += ath9k.o |