From c136af0906ba714b67bdc8623a0f82ddd7a7ba21 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:49 +0100 Subject: MIPS: DECstation: Migrate to new platform makefile style. Signed-off-by: Ralf Baechle --- arch/mips/dec/Platform | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch/mips/dec/Platform (limited to 'arch/mips/dec/Platform') diff --git a/arch/mips/dec/Platform b/arch/mips/dec/Platform new file mode 100644 index 000000000000..3adbcbd95db1 --- /dev/null +++ b/arch/mips/dec/Platform @@ -0,0 +1,8 @@ +# +# DECstation family +# +platform-$(CONFIG_MACH_DECSTATION) = dec/ +cflags-$(CONFIG_MACH_DECSTATION) += \ + -I$(srctree)/arch/mips/include/asm/mach-dec +libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ +load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 -- cgit v1.2.1