Răsfoiți Sursa

[MIPS] Remove vmlinux.rm200 target from makefile.

Long ago in the dark ages this was used a MIPS a.out binary to be used
with Milo which is obsolete since years.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Yoichi Yuasa 19 ani în urmă
părinte
comite
b8828d3e0d
1 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  1. 2 4
      arch/mips/Makefile

+ 2 - 4
arch/mips/Makefile

@@ -712,16 +712,14 @@ endif
 vmlinux.bin: $(vmlinux-32)
 vmlinux.bin: $(vmlinux-32)
 	+@$(call makeboot,$@)
 	+@$(call makeboot,$@)
 
 
-vmlinux.ecoff vmlinux.rm200: $(vmlinux-32)
+vmlinux.ecoff: $(vmlinux-32)
 	+@$(call makeboot,$@)
 	+@$(call makeboot,$@)
 
 
 vmlinux.srec: $(vmlinux-32)
 vmlinux.srec: $(vmlinux-32)
 	+@$(call makeboot,$@)
 	+@$(call makeboot,$@)
 
 
 CLEAN_FILES += vmlinux.ecoff \
 CLEAN_FILES += vmlinux.ecoff \
-	       vmlinux.srec \
-	       vmlinux.rm200.tmp \
-	       vmlinux.rm200
+	       vmlinux.srec
 
 
 archclean:
 archclean:
 	@$(MAKE) $(clean)=arch/mips/boot
 	@$(MAKE) $(clean)=arch/mips/boot