summaryrefslogtreecommitdiff
path: root/cpu/arm1136/mx31/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1136/mx31/Makefile')
-rw-r--r--cpu/arm1136/mx31/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/arm1136/mx31/Makefile b/cpu/arm1136/mx31/Makefile
index 0e06f0a2b..1e49e8d80 100644
--- a/cpu/arm1136/mx31/Makefile
+++ b/cpu/arm1136/mx31/Makefile
@@ -25,7 +25,8 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-COBJS = interrupts.o generic.o
+COBJS += generic.o
+COBJS += timer.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))