summaryrefslogtreecommitdiff
path: root/cpu/arm925t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm925t/Makefile')
-rw-r--r--cpu/arm925t/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpu/arm925t/Makefile b/cpu/arm925t/Makefile
index 0d4912cd7..8d0e88f90 100644
--- a/cpu/arm925t/Makefile
+++ b/cpu/arm925t/Makefile
@@ -26,7 +26,10 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
START = start.o
-COBJS = interrupts.o cpu.o omap925.o
+
+COBJS += cpu.o
+COBJS += omap925.o
+COBJS += timer.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))