Loading arch/mips/Makefile +7 −1 Original line number Diff line number Diff line Loading @@ -774,10 +774,17 @@ ifdef CONFIG_MIPS_SEAD all: vmlinux.srec endif ifdef CONFIG_QEMU all: vmlinux.bin endif ifdef CONFIG_SNI_RM200_PCI all: vmlinux.ecoff endif vmlinux.bin: $(vmlinux-32) +@$(call makeboot,$@) vmlinux.ecoff vmlinux.rm200: $(vmlinux-32) +@$(call makeboot,$@) Loading @@ -793,7 +800,6 @@ archclean: @$(MAKE) $(clean)=arch/mips/boot @$(MAKE) $(clean)=arch/mips/lasat CLEAN_FILES += vmlinux.32 \ vmlinux.64 \ vmlinux.ecoff arch/mips/boot/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,9 @@ vmlinux.ecoff: $(obj)/elf2ecoff $(VMLINUX) $(obj)/elf2ecoff: $(obj)/elf2ecoff.c $(HOSTCC) -o $@ $^ vmlinux.bin: $(VMLINUX) $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $(obj)/vmlinux.bin vmlinux.srec: $(VMLINUX) $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $(obj)/vmlinux.srec Loading @@ -45,5 +48,6 @@ archhelp: clean-files += addinitrd \ elf2ecoff \ vmlinux.bin \ vmlinux.ecoff \ vmlinux.srec Loading
arch/mips/Makefile +7 −1 Original line number Diff line number Diff line Loading @@ -774,10 +774,17 @@ ifdef CONFIG_MIPS_SEAD all: vmlinux.srec endif ifdef CONFIG_QEMU all: vmlinux.bin endif ifdef CONFIG_SNI_RM200_PCI all: vmlinux.ecoff endif vmlinux.bin: $(vmlinux-32) +@$(call makeboot,$@) vmlinux.ecoff vmlinux.rm200: $(vmlinux-32) +@$(call makeboot,$@) Loading @@ -793,7 +800,6 @@ archclean: @$(MAKE) $(clean)=arch/mips/boot @$(MAKE) $(clean)=arch/mips/lasat CLEAN_FILES += vmlinux.32 \ vmlinux.64 \ vmlinux.ecoff
arch/mips/boot/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,9 @@ vmlinux.ecoff: $(obj)/elf2ecoff $(VMLINUX) $(obj)/elf2ecoff: $(obj)/elf2ecoff.c $(HOSTCC) -o $@ $^ vmlinux.bin: $(VMLINUX) $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $(obj)/vmlinux.bin vmlinux.srec: $(VMLINUX) $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $(obj)/vmlinux.srec Loading @@ -45,5 +48,6 @@ archhelp: clean-files += addinitrd \ elf2ecoff \ vmlinux.bin \ vmlinux.ecoff \ vmlinux.srec