diff --git a/firmware/Makefile b/firmware/Makefile index 6f82d44b74..f96f2278ec 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -147,7 +147,7 @@ endif # Define linker script file here ifeq ($(LDSCRIPT),) - LDSCRIPT= config/stm32f4ems/STM32F407xG_CCM.ld + LDSCRIPT= config/stm32f4ems/STM32F407xG.ld endif # C sources that can be compiled in ARM or THUMB mode depending on the global diff --git a/firmware/config/stm32f4ems/STM32F407xG_CCM.ld b/firmware/config/stm32f4ems/STM32F407xG.ld similarity index 100% rename from firmware/config/stm32f4ems/STM32F407xG_CCM.ld rename to firmware/config/stm32f4ems/STM32F407xG.ld