提交 149f60b3 编写于 作者: R Ralf Baechle

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

default.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册