diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-06-02 07:51:16 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 12:25:47 (GMT) |
commit | 5c6aecbda882b62c84abf72cf056e39e215feac3 (patch) | |
tree | a679b7e59d8d5089826695c85785fbfbdca2a529 /arch/mips/cobalt/Platform | |
parent | 6a0cd4dca00110fd11b8b07b7c2e08a60d22c580 (diff) | |
download | linux-5c6aecbda882b62c84abf72cf056e39e215feac3.tar.xz |
MIPS: Move Cobalt Makefile parts to their own Platform file
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/1321/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cobalt/Platform')
-rw-r--r-- | arch/mips/cobalt/Platform | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/cobalt/Platform b/arch/mips/cobalt/Platform new file mode 100644 index 0000000..34123ef --- /dev/null +++ b/arch/mips/cobalt/Platform @@ -0,0 +1,6 @@ +# +# Cobalt Server +# +platform-$(CONFIG_MIPS_COBALT) += cobalt/ +cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt +load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 |