summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/mips32/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-05-10 22:34:24 +0200
committerWolfgang Denk <wd@denx.de>2011-05-10 22:34:24 +0200
commit8c65b8a937c3d717c2507e4d8ed600ec664dbf43 (patch)
tree60179650825ae2afe3814b3ea9effe42dc6635a3 /arch/mips/cpu/mips32/Makefile
parent909e9bf3ae6195ac6d52f9e453fba2be8e7e947f (diff)
parent68cebb8027c282a949ac0ca7dcb5baabd1c6879a (diff)
downloadblackbird-obmc-uboot-8c65b8a937c3d717c2507e4d8ed600ec664dbf43.tar.gz
blackbird-obmc-uboot-8c65b8a937c3d717c2507e4d8ed600ec664dbf43.zip
Merge branch 'master' of git://git.denx.de/u-boot-mips
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