]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/tegra2/Makefile
Timer: Remove reset_timer_masked()
[u-boot] / arch / arm / cpu / armv7 / tegra2 / Makefile
index 687c8871c52b65b1aaf5ec8209262f8fc1445d02..f1ea9158516dc6a6e08e260acc27bd227fc9c041 100644 (file)
@@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk
 LIB    =  $(obj)lib$(SOC).o
 
 SOBJS  := lowlevel_init.o
-COBJS  := board.o sys_info.o timer.o
+COBJS  := ap20.o board.o sys_info.o timer.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS) $(SOBJS))