From 5fa7bfbf8186382acddde30fab6cd307d617a950 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 27 Jul 2015 17:05:11 +0200 Subject: [PATCH] ARM: rename arm-startup_lpc11xx.s to cmsis-startup_lpc11xx.s. --- Makefile-ARM | 2 +- arm-startup_lpc11xx.s => cmsis-startup_lpc11xx.s | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arm-startup_lpc11xx.s => cmsis-startup_lpc11xx.s (100%) 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