MIPS: cpu/mips/Makefile: Add a missing START line

In the commit 79b51ff820 ([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:
Shinya Kuribayashi 2009-02-02 09:46:21 +09:00 committed by Wolfgang Denk
parent 9a63b7f4f8
commit 35c9e14d80

View File

@ -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