projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a63b7f
)
MIPS: cpu/mips/Makefile: Add a missing START line
author
Shinya Kuribayashi
<shinya.kuribayashi@necel.com>
Mon, 2 Feb 2009 00:46:21 +0000
(09:46 +0900)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 21 Feb 2009 21:03:24 +0000
(22:03 +0100)
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
patch
|
blob
|
history
diff --git
a/cpu/mips/Makefile
b/cpu/mips/Makefile
index 50917812393377a288a2d73439174f9ad726e126..28a1cbb10422fd350cdb787d44eac5b89b0b4dc2 100644
(file)
--- 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