modules: tf-m: Rename crypto modules to ENABLED
The TF-M crypto modules got renames from CRYPTO_XXX_MODULE_DISABLED to CRYPTO_XXX_MODULE_ENABLED Therefore also re naming it in zephyr build integration. Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
This commit is contained in:
parent
75fc64969d
commit
49c7f43561
1 changed files with 1 additions and 4 deletions
|
@ -152,11 +152,8 @@ if (CONFIG_BUILD_WITH_TFM)
|
|||
foreach(module ${TFM_CRYPTO_MODULES})
|
||||
if (CONFIG_TFM_${module}_ENABLED)
|
||||
# list(APPEND TFM_ENABLED_CRYPTO_MODULES_ARG ${module})
|
||||
set(val "FALSE")
|
||||
else()
|
||||
set(val "TRUE")
|
||||
list(APPEND TFM_CMAKE_ARGS -D${module}_ENABLED=True)
|
||||
endif()
|
||||
list(APPEND TFM_CMAKE_ARGS -D${module}_DISABLED=${val})
|
||||
endforeach()
|
||||
|
||||
set(TFM_BINARY_DIR ${CMAKE_BINARY_DIR}/tfm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue