Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8828d3e authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[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: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 2874fe55
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -712,16 +712,14 @@ endif
vmlinux.bin: $(vmlinux-32)
	+@$(call makeboot,$@)

vmlinux.ecoff vmlinux.rm200: $(vmlinux-32)
vmlinux.ecoff: $(vmlinux-32)
	+@$(call makeboot,$@)

vmlinux.srec: $(vmlinux-32)
	+@$(call makeboot,$@)

CLEAN_FILES += vmlinux.ecoff \
	       vmlinux.srec \
	       vmlinux.rm200.tmp \
	       vmlinux.rm200
	       vmlinux.srec

archclean:
	@$(MAKE) $(clean)=arch/mips/boot