]> err.no Git - linux-2.6/blobdiff - arch/mips/boot/Makefile
Pull extend-notify-die into release branch
[linux-2.6] / arch / mips / boot / Makefile
index efbeac326815fd24e47fd194375f427bdce3d95c..0dc84417bf49367e37c9ef63306230c2658ebcf1 100644 (file)
@@ -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
 
@@ -45,5 +48,6 @@ archhelp:
 
 clean-files += addinitrd \
               elf2ecoff \
+              vmlinux.bin \
               vmlinux.ecoff \
               vmlinux.srec