When building for Atlas, Malta or SEAD convert the kernel to srecs by
default. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user