Rename Sequre_S60 folder to Sequre

This commit is contained in:
jonasius
2024-06-06 20:27:08 +02:00
parent 31ff398150
commit 6e53d85b32
78 changed files with 2 additions and 2 deletions

View File

@@ -118,9 +118,9 @@ endif # ALL_MINIWARE_MODELS
ifeq ($(model),$(filter $(model),$(ALL_SEQURE_MODELS)))
$(info Building for Sequre )
DEVICE_BSP_DIR=./Core/BSP/Sequre_S60
DEVICE_BSP_DIR=./Core/BSP/Sequre
S_SRCS:=$(shell find $(S60_STARTUP_DIR) -type f -name '*.S')
LDSCRIPT=./Core/BSP/Sequre_S60/stm32f103.ld
LDSCRIPT=./Core/BSP/Sequre/stm32f103.ld
DEV_GLOBAL_DEFS=-D STM32F103T8Ux \
-D STM32F1 \
-D STM32 \