diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:47 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:47 -0400 |
commit | 6a0cd4dca00110fd11b8b07b7c2e08a60d22c580 (patch) | |
tree | 3fca1fc1dec90f2aa3e5e691efde834735223262 /arch/mips/Kbuild.platforms | |
parent | baf3eb233df301081b66637a257ce0e9f6f84706 (diff) |
MIPS: IP27: 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 68794bb9ac3a..77e48b9bdded 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -4,6 +4,7 @@ platforms += alchemy | |||
4 | platforms += ar7 | 4 | platforms += ar7 |
5 | platforms += loongson | 5 | platforms += loongson |
6 | platforms += mipssim | 6 | platforms += mipssim |
7 | platforms += sgi-ip27 | ||
7 | 8 | ||
8 | # include the platform specific files | 9 | # include the platform specific files |
9 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) | 10 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |