linux-stable/arch/mips/Kbuild.platforms
Yoichi Yuasa 5c6aecbda8 MIPS: Move Cobalt 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/1321/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2010-08-05 13:25:47 +01:00

11 lines
275 B
Text

# All platforms listed in alphabetic order
platforms += alchemy
platforms += ar7
platforms += cobalt
platforms += loongson
platforms += mipssim
platforms += sgi-ip27
# include the platform specific files
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))