aboutsummaryrefslogtreecommitdiff
path: root/cpu/mc9328/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mc9328/Makefile')
-rw-r--r--cpu/mc9328/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mc9328/Makefile b/cpu/mc9328/Makefile
index 0261ba6e7..fccc6ab91 100644
--- a/cpu/mc9328/Makefile
+++ b/cpu/mc9328/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START = start.o
-OBJS = serial.o interrupts.o cpu.o
+OBJS = serial.o interrupts.o cpu.o
all: .depend $(START) $(LIB)