summaryrefslogtreecommitdiff
path: root/cpu/ixp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ixp/Makefile')
-rw-r--r--cpu/ixp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/ixp/Makefile b/cpu/ixp/Makefile
index 6deecd4da..7e98d8702 100644
--- a/cpu/ixp/Makefile
+++ b/cpu/ixp/Makefile
@@ -28,7 +28,6 @@ LIB = $(obj)lib$(CPU).a
START = start.o
COBJS-y += cpu.o
COBJS-y += interrupts.o
-COBJS-y += serial.o
ifndef CONFIG_USE_IRQ
COBJS-y += timer.o
endif