Commit 149f60b3 authored by Ralf Baechle's avatar Ralf Baechle

When building for Atlas, Malta or SEAD convert the kernel to srecs by

default.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f8280c8d
......@@ -731,6 +731,18 @@ ifdef CONFIG_BOOT_ELF64
all: $(vmlinux-64)
endif
ifdef CONFIG_MIPS_ATLAS
all: vmlinux.srec
endif
ifdef CONFIG_MIPS_MALTA
all: vmlinux.srec
endif
ifdef CONFIG_MIPS_SEAD
all: vmlinux.srec
endif
ifdef CONFIG_SNI_RM200_PCI
all: vmlinux.ecoff
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment