diff --git a/Makefile-ARM b/Makefile-ARM index 6868f48..9f008dc 100644 --- a/Makefile-ARM +++ b/Makefile-ARM @@ -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 diff --git a/arm-stm32f411xe.ld b/cmsis-stm32f411xe.ld similarity index 100% rename from arm-stm32f411xe.ld rename to cmsis-stm32f411xe.ld