Skip to content
Snippets Groups Projects
Commit 149f60b3 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -731,6 +731,18 @@ ifdef CONFIG_BOOT_ELF64 ...@@ -731,6 +731,18 @@ ifdef CONFIG_BOOT_ELF64
all: $(vmlinux-64) all: $(vmlinux-64)
endif 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 ifdef CONFIG_SNI_RM200_PCI
all: vmlinux.ecoff all: vmlinux.ecoff
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment