summaryrefslogtreecommitdiffstats
path: root/cpu/coldfire/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/coldfire/Makefile')
-rw-r--r--cpu/coldfire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/coldfire/Makefile b/cpu/coldfire/Makefile
index 085d840c0f..3976f5689d 100644
--- a/cpu/coldfire/Makefile
+++ b/cpu/coldfire/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
-START =
+START =
OBJS = kgdb.o serial.o interrupts.o cpu.o speed.o cpu_init.o fec.o
all: .depend $(START) $(LIB)