diff options
author | Shane McDonald <mcdonald.shane@gmail.com> | 2010-06-03 06:34:06 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:48 -0400 |
commit | 82baa6b0829b810329dd72a31cd5721cba05488a (patch) | |
tree | c86667dfe8c9c7e58a2cb468063ec65773a32eb3 /arch/mips/Kbuild.platforms | |
parent | 4300a92e9b3794caee33a8f3985ad883db1b4650 (diff) |
MIPS: PMC-Sierra: Move board Makefile parts to their own Platform file
Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1354/
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 9b6e8d71d4c6..c074ee2455b0 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -5,6 +5,7 @@ platforms += ar7 | |||
5 | platforms += cobalt | 5 | platforms += cobalt |
6 | platforms += loongson | 6 | platforms += loongson |
7 | platforms += mipssim | 7 | platforms += mipssim |
8 | platforms += pmc-sierra | ||
8 | platforms += sgi-ip27 | 9 | platforms += sgi-ip27 |
9 | platforms += vr41xx | 10 | platforms += vr41xx |
10 | 11 | ||