linux-stable/arch/mips/Kbuild.platforms
Ralf Baechle 526a2fe2f5 MIPS: MIPSsim: Migrate to new Platform file
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2010-08-05 13:25:45 +01:00

8 lines
212 B
Text

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