diff options
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/ |