diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 18:44:33 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 18:44:33 +0100 |
commit | 1398ddb2ebdb41e8efe6ba42505fd452704c8405 (patch) | |
tree | 1b11aa578c4f94840bfbac96e2e1ffd52c3f62f6 /arch/mips/Makefile | |
parent | 2157bc68711bf0e69f9aca4d310bd863298fbb3f (diff) | |
download | op-kernel-dev-1398ddb2ebdb41e8efe6ba42505fd452704c8405.zip op-kernel-dev-1398ddb2ebdb41e8efe6ba42505fd452704c8405.tar.gz |
[MIPS] SEAD: Remove support code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 9bc2c76..800a73d 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -318,14 +318,6 @@ load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 all-$(CONFIG_MIPS_MALTA) := vmlinux.bin # -# MIPS SEAD board -# -core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ -cflags-$(CONFIG_MIPS_SEAD) += -Iinclude/asm-mips/mach-mips -load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 -all-$(CONFIG_MIPS_SEAD) := vmlinux.srec - -# # MIPS SIM # core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ |