diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2010-06-01 16:30:37 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:46 -0400 |
commit | baf3eb233df301081b66637a257ce0e9f6f84706 (patch) | |
tree | 3c8fc19901140f6403fbac7cee55a9131ffd1acf /arch/mips/Kbuild.platforms | |
parent | 25c8f83864878e1ec95c0bd8273405ab415eb0a4 (diff) |
MIPS: Move Alchemy Makefile parts to their own Platform file.
[Ralf: Remove a forgotten -Werror in Pb1200 Makefile.]
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Manuel Lauss <manuel.lauss@googlemail.com>
Patchwork: https://patchwork.linux-mips.org/patch/1319/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 13244f326fff..68794bb9ac3a 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -1,5 +1,6 @@ | |||
1 | # All platforms listed in alphabetic order | 1 | # All platforms listed in alphabetic order |
2 | 2 | ||
3 | platforms += alchemy | ||
3 | platforms += ar7 | 4 | platforms += ar7 |
4 | platforms += loongson | 5 | platforms += loongson |
5 | platforms += mipssim | 6 | platforms += mipssim |