diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:51 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:51 +0100 |
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 include $(srctree)/arch/mips/Kbuild.platforms # -# Wind River PPMC Board (4KC + GT64120) -# -core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ -cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc -load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 - -# # LASAT platforms # core-$(CONFIG_LASAT) += arch/mips/lasat/ |