diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index d62787ab9fff..9c91e70d8ee2 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -774,10 +774,17 @@ ifdef CONFIG_MIPS_SEAD | |||
774 | all: vmlinux.srec | 774 | all: vmlinux.srec |
775 | endif | 775 | endif |
776 | 776 | ||
777 | ifdef CONFIG_QEMU | ||
778 | all: vmlinux.bin | ||
779 | endif | ||
780 | |||
777 | ifdef CONFIG_SNI_RM200_PCI | 781 | ifdef CONFIG_SNI_RM200_PCI |
778 | all: vmlinux.ecoff | 782 | all: vmlinux.ecoff |
779 | endif | 783 | endif |
780 | 784 | ||
785 | vmlinux.bin: $(vmlinux-32) | ||
786 | +@$(call makeboot,$@) | ||
787 | |||
781 | vmlinux.ecoff vmlinux.rm200: $(vmlinux-32) | 788 | vmlinux.ecoff vmlinux.rm200: $(vmlinux-32) |
782 | +@$(call makeboot,$@) | 789 | +@$(call makeboot,$@) |
783 | 790 | ||
@@ -793,7 +800,6 @@ archclean: | |||
793 | @$(MAKE) $(clean)=arch/mips/boot | 800 | @$(MAKE) $(clean)=arch/mips/boot |
794 | @$(MAKE) $(clean)=arch/mips/lasat | 801 | @$(MAKE) $(clean)=arch/mips/lasat |
795 | 802 | ||
796 | |||
797 | CLEAN_FILES += vmlinux.32 \ | 803 | CLEAN_FILES += vmlinux.32 \ |
798 | vmlinux.64 \ | 804 | vmlinux.64 \ |
799 | vmlinux.ecoff | 805 | vmlinux.ecoff |