summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-08 02:24:32 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-08 02:24:32 +0000
commitbd945140ec8168e667010ae5070edc2707b991c7 (patch)
tree5ccc28ade64405309348a95ddc0e4ceb6ce426d1 /arch/mips
parent19da8f6d3e6260a2df02d2722c94f2273d82a4fe (diff)
Fix vmlinux.ecoff build target. Why the hell was this ever working?
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 32aea95c1..d9378c15b 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -241,6 +241,9 @@ endif
MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot
+vmlinux.ecoff: vmlinux
+ @$(MAKEBOOT) $@
+
zImage: vmlinux
@$(MAKEBOOT) zImage