This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ab1363a892
linux
/
drivers
/
net
/
wireless
/
ar9170
/
Makefile
4 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
ar9170: single module build This patch restores all-in-one module build procedure for ar9170. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-03-24 15:21:55 +00:00
ar9170usb-objs
:=
usb.o main.o cmd.o mac.o phy.o led.o
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>
2009-03-21 22:11:49 +00:00
obj-$(CONFIG_AR9170_USB)
+=
ar9170usb.o
Reference in New Issue
Copy Permalink