| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 1/2] MIPS: vmlinux.ecoff directory move to arch/mips/boot |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Fri, 18 Dec 2009 21:13:17 +0900 |
| Cc: | yuasa@linux-mips.org, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=+sEYEUGzdZkVb+vMsCDdXe70Op57Tf23s/WNsshv7oE=; b=TOyuOOzy1LrbO7MMeriUmQztkF/Po0KrsIxcmola8YIcuCmHJe80OgtA4ECF1RJKRp tUeO+QYln5Xrt0p0tOuQuNF+4UOLy/CzZRVZ24cd8PVj+u/MQdurUkjaqcimIXcPiCDE jkgB1osyMianbTIGIJUC3peRk+Vf3yOgIJ0J4= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; b=KROobzei4uTtcBt1JUYq0kZ6PIueqUYcLOUnYzQBdO35dmB+PxeS0kL0UlnYKMZJM0 hp39n+xTN5QQUSm1UDrH6xdOWt/Sa0a4E35TVJyQWYLoPbPdkeex8CSZdl3NHHvuR7M3 /mfCV8lrF7lQXCZgYXyTpuZePRyspcceJZgbE= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/2] Add vmlinux.* to arch/mips/boot/.gitignore, Yoichi Yuasa |
|---|---|
| Next by Date: | [PATCH 1/5]MIPS: remove unused powertv prom_getcmdline(), Yoichi Yuasa |
| Previous by Thread: | [PATCH] MIPS: ar7 remove kgdb_enabled, Yoichi Yuasa |
| Next by Thread: | [PATCH 2/2] Add vmlinux.* to arch/mips/boot/.gitignore, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |