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

* [PATCH 2/2] Add vmlinux.* to arch/mips/boot/.gitignore
  2009-12-18 12:13 [PATCH 1/2] MIPS: vmlinux.ecoff directory move to arch/mips/boot Yoichi Yuasa
@ 2009-12-18 12:14 ` 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
  1 sibling, 1 reply; 4+ messages in thread
From: Yoichi Yuasa @ 2009-12-18 12:14 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

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

diff --git a/arch/mips/boot/.gitignore b/arch/mips/boot/.gitignore
index ba63401..4667a5f 100644
--- a/arch/mips/boot/.gitignore
+++ b/arch/mips/boot/.gitignore
@@ -1,4 +1,5 @@
 mkboot
 elf2ecoff
+vmlinux.*
 zImage
 zImage.tmp
-- 
1.6.5.7

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

* Re: [PATCH 1/2] MIPS: vmlinux.ecoff directory move to arch/mips/boot
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2010-01-12 17:00 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Fri, Dec 18, 2009 at 09:13:17PM +0900, Yoichi Yuasa wrote:

> It moves to the same directory as vmlinux.bin and vmlinux.srec .
> 
> Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>

Applied.  Thanks Yoichi-San!

  Ralf

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

* Re: [PATCH 2/2] Add vmlinux.* to arch/mips/boot/.gitignore
  2009-12-18 12:14 ` [PATCH 2/2] Add vmlinux.* to arch/mips/boot/.gitignore Yoichi Yuasa
@ 2010-01-12 17:00   ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2010-01-12 17:00 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Fri, Dec 18, 2009 at 09:14:19PM +0900, Yoichi Yuasa wrote:

Applied.  Thanks Yoichi-San!

  Ralf

^ permalink raw reply	[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).