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