aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ar9170/Makefile
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@web.de>2009-03-21 23:11:49 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-03-27 20:13:09 -0400
commit75ca88c9701bf8f65fc1f009f10dd64b0378b977 (patch)
tree501a6154c34ad902b0369d81efca6a97dbee7115 /drivers/net/wireless/ar9170/Makefile
parentar9170: ar9170: USB frontend driver (diff)
downloadlinux-dev-75ca88c9701bf8f65fc1f009f10dd64b0378b977.tar.xz
linux-dev-75ca88c9701bf8f65fc1f009f10dd64b0378b977.zip
ar9170: update Makefile, Kconfig and MAINTAINERS
This patch update all necessary Makefile and Kconfig files. Now you can then enable ar9170 in the kernel configuration under: Device Drivers ---> [*] Network device support ---> Wireless LAN ---> [*] Wireless LAN (IEEE 802.11) <M> Atheros AR9170 support <M> Atheros AR9170 USB support Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to '')
-rw-r--r--drivers/net/wireless/ar9170/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ar9170/Makefile b/drivers/net/wireless/ar9170/Makefile
new file mode 100644
index 000000000000..59b174dd466a
--- /dev/null
+++ b/drivers/net/wireless/ar9170/Makefile
@@ -0,0 +1,5 @@
+ar9170common-objs += main.o cmd.o mac.o phy.o led.o
+ar9170usb-objs += usb.o
+
+obj-$(CONFIG_AR9170_COMMON) += ar9170common.o
+obj-$(CONFIG_AR9170_USB) += ar9170usb.o