Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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