summaryrefslogtreecommitdiff
path: root/cpu/arm920t/ks8695/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/ks8695/Makefile')
-rw-r--r--cpu/arm920t/ks8695/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/arm920t/ks8695/Makefile b/cpu/arm920t/ks8695/Makefile
index f6b006300..f53fdc2b2 100644
--- a/cpu/arm920t/ks8695/Makefile
+++ b/cpu/arm920t/ks8695/Makefile
@@ -25,9 +25,10 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-COBJS = interrupts.o
SOBJS = lowlevel_init.o
+COBJS = timer.o
+
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))