From 149f60b30c947196be4dacb0fba216d72f51bf9f Mon Sep 17 00:00:00 2001
From: Ralf Baechle <ralf@linux-mips.org>
Date: Thu, 19 May 2005 14:45:12 +0000
Subject: When building for Atlas, Malta or SEAD convert the kernel to srecs by
 default.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
 arch/mips/Makefile | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 393c33c0faa..bbf90279639 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
-- 
cgit v1.2.3