ARM: rename arm-lpc-1114.ld to cmsis-lpc1114.ld.

This is the start of renaming all CMSIS related files to
"cmsis-...".
This commit is contained in:
Markus Hitter 2015-07-26 14:13:54 +02:00
parent e8299deb86
commit f2005f0018
2 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ CFLAGS += -D__ARMEL_NOTYET__
LDFLAGS = --specs=nano.specs
LDFLAGS += --specs=nosys.specs
ifeq ($(MCU), lpc1114)
LDFLAGS += -T arm-lpc1114.ld
LDFLAGS += -T cmsis-lpc1114.ld
endif
LDFLAGS += -Wl,--as-needed
LDFLAGS += -Wl,--gc-sections