summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle2005-05-19 16:45:12 +0200
committerRalf Baechle2005-10-29 20:31:16 +0200
commit149f60b30c947196be4dacb0fba216d72f51bf9f (patch)
tree79b75d50d591379f8160f62c396f0066f9ab2865 /arch/mips/Makefile
parentFix tasteless #ifdef mess in audit_arch(), minor cleanups. (diff)
downloadkernel-qcow2-linux-149f60b30c947196be4dacb0fba216d72f51bf9f.tar.gz
kernel-qcow2-linux-149f60b30c947196be4dacb0fba216d72f51bf9f.tar.xz
kernel-qcow2-linux-149f60b30c947196be4dacb0fba216d72f51bf9f.zip
When building for Atlas, Malta or SEAD convert the kernel to srecs by
default. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 393c33c0faad..bbf902796390 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -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