summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/mips32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/cpu/mips32/Makefile')
-rw-r--r--arch/mips/cpu/mips32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cpu/mips32/Makefile b/arch/mips/cpu/mips32/Makefile
index e315c1bb8c..eb8e00544d 100644
--- a/arch/mips/cpu/mips32/Makefile
+++ b/arch/mips/cpu/mips32/Makefile
@@ -27,7 +27,7 @@ LIB = $(obj)lib$(CPU).o
START = start.o
SOBJS-y = cache.o
-COBJS-y = cpu.o interrupts.o
+COBJS-y = cpu.o interrupts.o time.o
SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
OpenPOWER on IntegriCloud