diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:45 -0400 |
commit | 526a2fe2f5d887ef8b89243c3a5e64f0f38c21cc (patch) | |
tree | 29d7be17b2b2a68d669d6539618dfd27030a5826 /arch/mips/Kbuild.platforms | |
parent | 28c945c88676bf71ec649429f2c1c4ce3719cd7c (diff) |
MIPS: MIPSsim: Migrate to new Platform file
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 9784c4941c9f..13244f326fff 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | platforms += ar7 | 3 | platforms += ar7 |
4 | platforms += loongson | 4 | platforms += loongson |
5 | platforms += mipssim | ||
5 | 6 | ||
6 | # include the platform specific files | 7 | # include the platform specific files |
7 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) | 8 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |