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/wrppmc/Platform | |
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/wrppmc/Platform')
-rw-r--r-- | arch/mips/wrppmc/Platform | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/wrppmc/Platform b/arch/mips/wrppmc/Platform new file mode 100644 index 000000000000..e758645e9681 --- /dev/null +++ b/arch/mips/wrppmc/Platform | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Wind River PPMC Board (4KC + GT64120) | ||
3 | # | ||
4 | platform-$(CONFIG_WR_PPMC) += wrppmc/ | ||
5 | cflags-$(CONFIG_WR_PPMC) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-wrppmc | ||
7 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | ||