aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
731all: $(vmlinux-64) 731all: $(vmlinux-64)
732endif 732endif
733 733
734ifdef CONFIG_MIPS_ATLAS
735all: vmlinux.srec
736endif
737
738ifdef CONFIG_MIPS_MALTA
739all: vmlinux.srec
740endif
741
742ifdef CONFIG_MIPS_SEAD
743all: vmlinux.srec
744endif
745
734ifdef CONFIG_SNI_RM200_PCI 746ifdef CONFIG_SNI_RM200_PCI
735all: vmlinux.ecoff 747all: vmlinux.ecoff
736endif 748endif