Fixed a lower case in STM32F3xx Makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4966 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
09c5cf73dd
commit
5f0a522c45
|
@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
|||
#include $(CHIBIOS)/test/test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xc.ld
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xC.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
|
@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
|||
#include $(CHIBIOS)/test/test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xc.ld
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xC.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
|
@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
|||
#include $(CHIBIOS)/test/test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xc.ld
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xC.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
|
@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
|||
#include $(CHIBIOS)/test/test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xc.ld
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xC.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
|
@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
|||
include $(CHIBIOS)/test/test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xc.ld
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xC.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
|
@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
|||
include $(CHIBIOS)/test/test.mk
|
||||
|
||||
# Define linker script file here
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xc.ld
|
||||
LDSCRIPT= $(PORTLD)/STM32F303xC.ld
|
||||
|
||||
# C sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
|
|
Loading…
Reference in New Issue