aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2006-07-08 00:51:11 +0900
committerRalf Baechle <ralf@linux-mips.org>2006-07-13 21:26:12 +0100
commitb8828d3e0d0fa33ac7f6dbd7c6820d9e0f7be40d (patch)
treebb502eeddb66502fada4c5169eab4ba81d177033 /arch/mips/Makefile
parent[MIPS] vr41xx: Replace magic number for P4K bit with symbol. (diff)
downloadlinux-dev-b8828d3e0d0fa33ac7f6dbd7c6820d9e0f7be40d.tar.xz
linux-dev-b8828d3e0d0fa33ac7f6dbd7c6820d9e0f7be40d.zip
[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>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile6
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
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