diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:49 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:49 -0400 |
commit | c136af0906ba714b67bdc8623a0f82ddd7a7ba21 (patch) | |
tree | 28646507d100ebe2e47c4db0f8ea5084eca93119 /arch/mips/dec/Platform | |
parent | 1505b60757694512b76edce8ecc6f73b4a8a7f9f (diff) |
MIPS: DECstation: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/dec/Platform')
-rw-r--r-- | arch/mips/dec/Platform | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | # | ||
2 | # DECstation family | ||
3 | # | ||
4 | platform-$(CONFIG_MACH_DECSTATION) = dec/ | ||
5 | cflags-$(CONFIG_MACH_DECSTATION) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-dec | ||
7 | libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ | ||
8 | load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 | ||