Skip to content
Snippets Groups Projects
Commit 35c9e14d authored by Shinya Kuribayashi's avatar Shinya Kuribayashi Committed by Wolfgang Denk
Browse files

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


In the commit 79b51ff8 ([MIPS] cpu/mips/
Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
line.  This patch puts it back.

Signed-off-by: default avatarShinya Kuribayashi <shinya.kuribayashi@necel.com>
parent 9a63b7f4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment