aboutsummaryrefslogtreecommitdiffhomepage
path: root/source
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2024-06-08 17:58:08 +1000
committerBen V. Brown <[email protected]>2024-06-08 17:58:08 +1000
commit3b344c86800dedb5a078d674de15298a9e7e9d73 (patch)
tree531754de7919658474dea1c479444c74fc65c3ab /source
parent2a4e1cd8ab9d00f0b845479a43ac3c93d355bb44 (diff)
downloadIronOS-3b344c86800dedb5a078d674de15298a9e7e9d73.tar.gz
IronOS-3b344c86800dedb5a078d674de15298a9e7e9d73.zip
Fixup! S60 asm source folder
Been broken for a while but better to be correct
Diffstat (limited to 'source')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index a888bc8a..ca47135e 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -119,7 +119,7 @@ ifeq ($(model),$(filter $(model),$(ALL_SEQURE_MODELS)))
$(info Building for Sequre )
DEVICE_BSP_DIR=./Core/BSP/Sequre
-S_SRCS:=$(shell find $(S60_STARTUP_DIR) -type f -name '*.S')
+S_SRCS:=$(shell find $(DEVICE_BSP_DIR) -type f -name '*.S')
LDSCRIPT=./Core/BSP/Sequre/stm32f103.ld
DEV_GLOBAL_DEFS=-D STM32F103T8Ux \
-D STM32F1 \