diff --git a/Makefile-ARM b/Makefile-ARM index 4118a4d..af5d773 100644 --- a/Makefile-ARM +++ b/Makefile-ARM @@ -151,7 +151,7 @@ program: $(PROGRAM).hex config.h $(BUILDDIR)/teacup.elf: $(BUILDDIR)/startup.o -$(BUILDDIR)/startup.o: arm-startup_lpc11xx.s | $(BUILDDIR) +$(BUILDDIR)/startup.o: cmsis-startup_lpc11xx.s | $(BUILDDIR) @echo " CC $@" @$(CC) -c $(CFLAGS) -o $@ $< diff --git a/arm-startup_lpc11xx.s b/cmsis-startup_lpc11xx.s similarity index 100% rename from arm-startup_lpc11xx.s rename to cmsis-startup_lpc11xx.s