summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/Makefile
diff options
context:
space:
mode:
authorIvo van Doorn <ivdoorn@gmail.com>2009-10-15 21:38:19 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-10-27 16:48:21 -0400
commit5d78d34ba2d4a044983b599a697dc1d71af38c96 (patch)
treef777823d032ce450411f54b6365ec79e783042b9 /drivers/net/wireless/rt2x00/Makefile
parent878283f19809bc73872c70ea53381f74a43a15e7 (diff)
downloadlinux-5d78d34ba2d4a044983b599a697dc1d71af38c96.tar.bz2
rt2x00: Add rt2x00soc bus module
Add new library module for SoC drivers. This is needed to fully support the platform driver part of rt2800pci. Based on original patch from Felix. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Makefile')
-rw-r--r--drivers/net/wireless/rt2x00/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/Makefile b/drivers/net/wireless/rt2x00/Makefile
index 13043ea97667..5b1ee4f6b8f3 100644
--- a/drivers/net/wireless/rt2x00/Makefile
+++ b/drivers/net/wireless/rt2x00/Makefile
@@ -11,6 +11,7 @@ rt2x00lib-$(CONFIG_RT2X00_LIB_HT) += rt2x00ht.o
obj-$(CONFIG_RT2X00_LIB) += rt2x00lib.o
obj-$(CONFIG_RT2X00_LIB_PCI) += rt2x00pci.o
+obj-$(CONFIG_RT2X00_LIB_SOC) += rt2x00soc.o
obj-$(CONFIG_RT2X00_LIB_USB) += rt2x00usb.o
obj-$(CONFIG_RT2400PCI) += rt2400pci.o
obj-$(CONFIG_RT2500PCI) += rt2500pci.o