diff options
Diffstat (limited to 'cpu/coldfire/Makefile')
-rw-r--r-- | cpu/coldfire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/coldfire/Makefile b/cpu/coldfire/Makefile index 085d840..3976f56 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) |