aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-10-17 09:42:34 +0200
committerJohn W. Linville <linville@tuxdriver.com>2013-10-18 14:07:00 -0400
commitfe7ef7c60c33fd339f40320fae76bc56d368dae5 (patch)
treeec3d4ccfce6ac49150d3e0560776093fae062791 /drivers/net/wireless/rt2x00/Makefile
parentrt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devices (diff)
downloadlinux-dev-fe7ef7c60c33fd339f40320fae76bc56d368dae5.tar.xz
linux-dev-fe7ef7c60c33fd339f40320fae76bc56d368dae5.zip
rt2x00: rt2800pci: move SoC specific code into a separate module
The PCI and SoC specific drivers are using separate code now so it is not reasonable to use the same module for both drivers anymore. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> 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 d11e3562ab46..24a66015a495 100644
--- a/drivers/net/wireless/rt2x00/Makefile
+++ b/drivers/net/wireless/rt2x00/Makefile
@@ -22,3 +22,4 @@ obj-$(CONFIG_RT2800PCI) += rt2800pci.o
obj-$(CONFIG_RT2500USB) += rt2500usb.o
obj-$(CONFIG_RT73USB) += rt73usb.o
obj-$(CONFIG_RT2800USB) += rt2800usb.o
+obj-$(CONFIG_RT2800SOC) += rt2800soc.o