diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-20 16:05:30 -0500 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-02-16 19:25:32 -0500 |
commit | ae2b5bb6570481b50a7175c64176b82da0a81836 (patch) | |
tree | 52d1c1997b7abe6f09ffbd14c0546a2ebe2b248e /arch/mips/Kbuild.platforms | |
parent | 5644da4f635a30fc03b4f12d81b2197d716d9cef (diff) |
MIPS: ralink: adds Kbuild files
Add the Kbuild symbols and Makefiles needed to actually build the ralink code
from this series
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4899/
Diffstat (limited to 'arch/mips/Kbuild.platforms')
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index 91b9d69f465c..9a73ce6f4c58 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -22,6 +22,7 @@ platforms += pmc-sierra | |||
22 | platforms += pnx833x | 22 | platforms += pnx833x |
23 | platforms += pnx8550 | 23 | platforms += pnx8550 |
24 | platforms += powertv | 24 | platforms += powertv |
25 | platforms += ralink | ||
25 | platforms += rb532 | 26 | platforms += rb532 |
26 | platforms += sgi-ip22 | 27 | platforms += sgi-ip22 |
27 | platforms += sgi-ip27 | 28 | platforms += sgi-ip27 |