From 655f40e4870a46551a4510695765913d2c0518ce Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:49 +0100 Subject: MIPS: SNI: Migrate to new platform makefile style. Signed-off-by: Ralf Baechle --- arch/mips/sni/Platform | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/mips/sni/Platform (limited to 'arch/mips/sni/Platform') diff --git a/arch/mips/sni/Platform b/arch/mips/sni/Platform new file mode 100644 index 000000000000..2644a9d63c0f --- /dev/null +++ b/arch/mips/sni/Platform @@ -0,0 +1,11 @@ +# +# SNI RM +# +platform-$(CONFIG_SNI_RM) += sni/ +cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm +ifdef CONFIG_CPU_LITTLE_ENDIAN +load-$(CONFIG_SNI_RM) += 0xffffffff80600000 +else +load-$(CONFIG_SNI_RM) += 0xffffffff80030000 +endif +all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff -- cgit v1.2.3