* [U-Boot] MIPS: cpu/mips/Makefile: Add a missing START line
@ 2009-02-02 0:46 Shinya Kuribayashi
2009-02-21 21:03 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Shinya Kuribayashi @ 2009-02-02 0:46 UTC (permalink / raw)
To: u-boot
In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
line. This patch puts it back.
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
---
cpu/mips/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cpu/mips/Makefile b/cpu/mips/Makefile
index 5091781..28a1cbb 100644
--- a/cpu/mips/Makefile
+++ b/cpu/mips/Makefile
@@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
+START = start.o
SOBJS-y = cache.o
COBJS-y = cpu.o interrupts.o
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] MIPS: cpu/mips/Makefile: Add a missing START line
2009-02-02 0:46 [U-Boot] MIPS: cpu/mips/Makefile: Add a missing START line Shinya Kuribayashi
@ 2009-02-21 21:03 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2009-02-21 21:03 UTC (permalink / raw)
To: u-boot
Dear Shinya Kuribayashi,
In message <4986425D.60205@necel.com> you wrote:
> In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
> Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
> line. This patch puts it back.
>
> Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
> ---
> cpu/mips/Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
f u cn rd ths, itn tyg h myxbl cd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-21 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02 0:46 [U-Boot] MIPS: cpu/mips/Makefile: Add a missing START line Shinya Kuribayashi
2009-02-21 21:03 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox