linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MIPS: vmlinux.ecoff directory move to arch/mips/boot
@ 2009-12-18 12:13 Yoichi Yuasa
  2009-12-18 12:14 ` [PATCH 2/2] Add vmlinux.* to arch/mips/boot/.gitignore Yoichi Yuasa
  2010-01-12 17:00 ` [PATCH 1/2] MIPS: vmlinux.ecoff directory move to arch/mips/boot Ralf Baechle
  0 siblings, 2 replies; 4+ messages in thread
From: Yoichi Yuasa @ 2009-12-18 12:13 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

It moves to the same directory as vmlinux.bin and vmlinux.srec .

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/boot/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/boot/Makefile b/arch/mips/boot/Makefile
index 094bc84..e39a08e 100644
--- a/arch/mips/boot/Makefile
+++ b/arch/mips/boot/Makefile
@@ -28,7 +28,7 @@ VMLINUX = vmlinux
 all: vmlinux.ecoff vmlinux.srec
 
 vmlinux.ecoff: $(obj)/elf2ecoff $(VMLINUX)
-	$(obj)/elf2ecoff $(VMLINUX) vmlinux.ecoff $(E2EFLAGS)
+	$(obj)/elf2ecoff $(VMLINUX) $(obj)/vmlinux.ecoff $(E2EFLAGS)
 
 $(obj)/elf2ecoff: $(obj)/elf2ecoff.c
 	$(HOSTCC) -o $@ $^
-- 
1.6.5.7

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-12 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18 12:13 [PATCH 1/2] MIPS: vmlinux.ecoff directory move to arch/mips/boot Yoichi Yuasa
2009-12-18 12:14 ` [PATCH 2/2] Add vmlinux.* to arch/mips/boot/.gitignore Yoichi Yuasa
2010-01-12 17:00   ` Ralf Baechle
2010-01-12 17:00 ` [PATCH 1/2] MIPS: vmlinux.ecoff directory move to arch/mips/boot Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).