Skip to content

Commit f233d24

Browse files
authored
chore(Other): Rename SBT Zephyr config for consistency (#1560)
Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
1 parent 23a60e4 commit f233d24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Libraries/zephyr/MAX/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ zephyr_compile_definitions(
3232
-DMSDK_NO_LOCKING=1
3333
)
3434

35-
if (CONFIG_MAX32_SECURE_SOC_SIGNING)
35+
if (CONFIG_SOC_FAMILY_MAX32_SECURE_SOC_SIGNING)
3636
zephyr_compile_definitions(
3737
-D__SLA_FWK__
3838
-DUSE_ZEPHYR_SECTIONS=1

Libraries/zephyr/MAX/Source/MAX32650/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ zephyr_library_sources(
8383
${MSDK_PERIPH_SRC_DIR}/SRCC/srcc_reva.c
8484
)
8585

86-
if (CONFIG_MAX32_SECURE_SOC_SIGNING)
86+
if (CONFIG_SOC_FAMILY_MAX32_SECURE_SOC_SIGNING)
8787
zephyr_library_sources(${MSDK_CMSIS_DIR}/Source/sla_header_MAX32650.c)
8888
endif()
8989

0 commit comments

Comments
 (0)