diff --git a/cpu/mips/Makefile b/cpu/mips/Makefile index 50917812393377a288a2d73439174f9ad726e126..28a1cbb10422fd350cdb787d44eac5b89b0b4dc2 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