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