]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/s3c44b0/Makefile
arm: timer and interrupt init rework
[people/ms/u-boot.git] / cpu / s3c44b0 / Makefile
index ae909a699f6b483b04479aa552c2622b0812aa2c..6da2016f66081242a47f6ee8872ee650a25beb05 100644 (file)
@@ -26,7 +26,10 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-COBJS  = cache.o cpu.o interrupts.o
+
+COBJS  += cache.o
+COBJS  += cpu.o
+COBJS  += timer.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))