diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:55 -0400 |
commit | 2f22f456933c1db57d84627a046dd20e935ad51a (patch) | |
tree | b43b3b45e59fc750bf0bc84d53622e0d87828f99 /arch/mips/emma | |
parent | a8b361d97f8e5a496a6144c470be03595247ad9f (diff) |
MIPS: EMMA: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/emma')
-rw-r--r-- | arch/mips/emma/Makefile | 6 | ||||
-rw-r--r-- | arch/mips/emma/Platform | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/emma/Makefile b/arch/mips/emma/Makefile new file mode 100644 index 000000000000..4254a31edb09 --- /dev/null +++ b/arch/mips/emma/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | obj-$(CONFIG_SOC_EMMA2RH) += common/ | ||
2 | |||
3 | # | ||
4 | # NEC EMMA2RH Mark-eins | ||
5 | # | ||
6 | obj-$(CONFIG_NEC_MARKEINS) += markeins/ | ||
diff --git a/arch/mips/emma/Platform b/arch/mips/emma/Platform new file mode 100644 index 000000000000..0282f7f99b88 --- /dev/null +++ b/arch/mips/emma/Platform | |||
@@ -0,0 +1,4 @@ | |||
1 | platform-$(CONFIG_SOC_EMMA2RH) += emma/ | ||
2 | cflags-$(CONFIG_SOC_EMMA2RH) += \ | ||
3 | -I$(srctree)/arch/mips/include/asm/mach-emma2rh | ||
4 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 | ||