mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-14 17:26:15 -04:00
MIPS: cpu/mips/Makefile: Add a missing START line
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>
This commit is contained in:
parent
9a63b7f4f8
commit
35c9e14d80
@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk
|
|||||||
|
|
||||||
LIB = $(obj)lib$(CPU).a
|
LIB = $(obj)lib$(CPU).a
|
||||||
|
|
||||||
|
START = start.o
|
||||||
SOBJS-y = cache.o
|
SOBJS-y = cache.o
|
||||||
COBJS-y = cpu.o interrupts.o
|
COBJS-y = cpu.o interrupts.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user