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>
This commit is contained in:
Yoichi Yuasa
2010-06-02 16:52:21 +09:00
committed by Ralf Baechle
parent 5c6aecbda8
commit 4300a92e9b
4 changed files with 33 additions and 35 deletions
+1
View File
@@ -6,6 +6,7 @@ platforms += cobalt
platforms += loongson
platforms += mipssim
platforms += sgi-ip27
platforms += vr41xx
# include the platform specific files
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))