diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-06-02 03:52:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:48 -0400 |
commit | 4300a92e9b3794caee33a8f3985ad883db1b4650 (patch) | |
tree | 21f3797fbb499b670172b5b35a9d22f0016fb6c0 /arch/mips/Kbuild.platforms | |
parent | 5c6aecbda882b62c84abf72cf056e39e215feac3 (diff) |
MIPS: Move VR41xx Makefile parts to their own Platform file
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/1322/
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 6c163c278222..9b6e8d71d4c6 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -6,6 +6,7 @@ platforms += cobalt | |||
6 | platforms += loongson | 6 | platforms += loongson |
7 | platforms += mipssim | 7 | platforms += mipssim |
8 | platforms += sgi-ip27 | 8 | platforms += sgi-ip27 |
9 | platforms += vr41xx | ||
9 | 10 | ||
10 | # include the platform specific files | 11 | # include the platform specific files |
11 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) | 12 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |