From 2f22f456933c1db57d84627a046dd20e935ad51a Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:55 +0100 Subject: MIPS: EMMA: Migrate to new platform makefile style. Signed-off-by: Ralf Baechle --- arch/mips/emma/Makefile | 6 ++++++ arch/mips/emma/Platform | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 arch/mips/emma/Makefile create mode 100644 arch/mips/emma/Platform (limited to 'arch/mips/emma') diff --git a/arch/mips/emma/Makefile b/arch/mips/emma/Makefile new file mode 100644 index 0000000..4254a31 --- /dev/null +++ b/arch/mips/emma/Makefile @@ -0,0 +1,6 @@ +obj-$(CONFIG_SOC_EMMA2RH) += common/ + +# +# NEC EMMA2RH Mark-eins +# +obj-$(CONFIG_NEC_MARKEINS) += markeins/ diff --git a/arch/mips/emma/Platform b/arch/mips/emma/Platform new file mode 100644 index 0000000..0282f7f --- /dev/null +++ b/arch/mips/emma/Platform @@ -0,0 +1,4 @@ +platform-$(CONFIG_SOC_EMMA2RH) += emma/ +cflags-$(CONFIG_SOC_EMMA2RH) += \ + -I$(srctree)/arch/mips/include/asm/mach-emma2rh +load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 -- cgit v1.1