diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:51 -0400 |
commit | f70a974dd04619575723331a4f767254b76e3c8e (patch) | |
tree | 8afa7cbeac05c9163b11efc241f8c04f13b2464a /arch/mips/Makefile | |
parent | 9ebc2935f346964c34e5f376263c4071f66edcd9 (diff) |
MIPS: WRPPMC: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 10e8a293a01f..ff681502f6df 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -192,13 +192,6 @@ endif | |||
192 | include $(srctree)/arch/mips/Kbuild.platforms | 192 | include $(srctree)/arch/mips/Kbuild.platforms |
193 | 193 | ||
194 | # | 194 | # |
195 | # Wind River PPMC Board (4KC + GT64120) | ||
196 | # | ||
197 | core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ | ||
198 | cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc | ||
199 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | ||
200 | |||
201 | # | ||
202 | # LASAT platforms | 195 | # LASAT platforms |
203 | # | 196 | # |
204 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | 197 | core-$(CONFIG_LASAT) += arch/mips/lasat/ |