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