Skip to content

Commit

Permalink
When building for Atlas, Malta or SEAD convert the kernel to srecs by
Browse files Browse the repository at this point in the history
default.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent f8280c8 commit 149f60b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 149f60b

Please sign in to comment.