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:
parent
b9107397b2
commit
1954780892
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue