diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:33 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:33 -0400 |
commit | 1398ddb2ebdb41e8efe6ba42505fd452704c8405 (patch) | |
tree | 1b11aa578c4f94840bfbac96e2e1ffd52c3f62f6 /arch/mips/Makefile | |
parent | 2157bc68711bf0e69f9aca4d310bd863298fbb3f (diff) |
[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 9bc2c763909f..800a73db822a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -318,14 +318,6 @@ load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 | |||
318 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin | 318 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin |
319 | 319 | ||
320 | # | 320 | # |
321 | # MIPS SEAD board | ||
322 | # | ||
323 | core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ | ||
324 | cflags-$(CONFIG_MIPS_SEAD) += -Iinclude/asm-mips/mach-mips | ||
325 | load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 | ||
326 | all-$(CONFIG_MIPS_SEAD) := vmlinux.srec | ||
327 | |||
328 | # | ||
329 | # MIPS SIM | 321 | # MIPS SIM |
330 | # | 322 | # |
331 | core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ | 323 | core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ |