diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2006-07-07 11:51:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 16:26:12 -0400 |
commit | b8828d3e0d0fa33ac7f6dbd7c6820d9e0f7be40d (patch) | |
tree | bb502eeddb66502fada4c5169eab4ba81d177033 | |
parent | 2874fe55332e2fb4e9c8e672cf2b7361bb168d17 (diff) |
[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>
-rw-r--r-- | arch/mips/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index ebbb9adc0e2f..d333ce4ba26b 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -712,16 +712,14 @@ endif | |||
712 | vmlinux.bin: $(vmlinux-32) | 712 | vmlinux.bin: $(vmlinux-32) |
713 | +@$(call makeboot,$@) | 713 | +@$(call makeboot,$@) |
714 | 714 | ||
715 | vmlinux.ecoff vmlinux.rm200: $(vmlinux-32) | 715 | vmlinux.ecoff: $(vmlinux-32) |
716 | +@$(call makeboot,$@) | 716 | +@$(call makeboot,$@) |
717 | 717 | ||
718 | vmlinux.srec: $(vmlinux-32) | 718 | vmlinux.srec: $(vmlinux-32) |
719 | +@$(call makeboot,$@) | 719 | +@$(call makeboot,$@) |
720 | 720 | ||
721 | CLEAN_FILES += vmlinux.ecoff \ | 721 | CLEAN_FILES += vmlinux.ecoff \ |
722 | vmlinux.srec \ | 722 | vmlinux.srec |
723 | vmlinux.rm200.tmp \ | ||
724 | vmlinux.rm200 | ||
725 | 723 | ||
726 | archclean: | 724 | archclean: |
727 | @$(MAKE) $(clean)=arch/mips/boot | 725 | @$(MAKE) $(clean)=arch/mips/boot |