diff options
author | Gabor Juhos | 2013-10-17 09:42:34 +0200 |
---|---|---|
committer | John W. Linville | 2013-10-18 14:07:00 -0400 |
commit | fe7ef7c60c33fd339f40320fae76bc56d368dae5 (patch) | |
tree | ec3d4ccfce6ac49150d3e0560776093fae062791 /drivers/net/wireless/rt2x00/Makefile | |
parent | 0b0ee990f402b357422cc7c5cc12915490610e3e (diff) |
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/Makefile | 1 |
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 |