STM32F411: rename arm-stm32f411xe.ld to cmsis-stm32f411xe.ld

This is the start of renaming all CMSIS related files to
"cmsis-...".
This commit is contained in:
Nico Tonnhofer 2015-11-19 00:27:16 +01:00
parent b9107397b2
commit 1954780892
2 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ LDFLAGS += --specs=nosys.specs
ifeq ($(MCU), lpc1114)
LDFLAGS += -T cmsis-lpc1114.ld
else ifeq ($(MCU), stm32f411)
LDFLAGS += -T arm-stm32f411xe.ld
LDFLAGS += -T cmsis-stm32f411xe.ld
endif
LDFLAGS += -Wl,--as-needed
LDFLAGS += -Wl,--gc-sections