From e98b82925ec3477a82a87a0f3d116f5f93a58468 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 19 May 2005 14:45:12 +0000 Subject: [PATCH] --- yaml --- r: 11089 b: refs/heads/master c: 149f60b30c947196be4dacb0fba216d72f51bf9f h: refs/heads/master i: 11087: 45691b613b4d20c5fb1e23757989392712e84a8b v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6793587f9dc0..05a9036dc43d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8280c8d3d51667015c2363eeaa76b4e28e002a5 +refs/heads/master: 149f60b30c947196be4dacb0fba216d72f51bf9f diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 393c33c0faad..bbf902796390 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/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