boards: stm: switch postbuild.sh script to a command from a byproduct
Running postbuild.sh script after TF-M builds is a command, to be executed after build, not a post-build byproduct. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
6a94b00d79
commit
44bec9a473
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ elseif(${ZEPHYR_TOOLCHAIN_VARIANT} STREQUAL "gnuarmemb")
|
|||
endif()
|
||||
|
||||
if (CONFIG_BUILD_WITH_TFM)
|
||||
set_property(GLOBAL APPEND PROPERTY extra_post_build_byproducts
|
||||
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
|
||||
#Execute post build script postbuild.sh
|
||||
COMMAND ${CMAKE_BINARY_DIR}/tfm/postbuild.sh ${COMPILER_FULL_PATH}
|
||||
)
|
||||
|
|
|
@ -7,7 +7,7 @@ elseif(${ZEPHYR_TOOLCHAIN_VARIANT} STREQUAL "gnuarmemb")
|
|||
endif()
|
||||
|
||||
if(CONFIG_BUILD_WITH_TFM)
|
||||
set_property(GLOBAL APPEND PROPERTY extra_post_build_byproducts
|
||||
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
|
||||
#Execute post build script postbuild.sh
|
||||
COMMAND ${CMAKE_BINARY_DIR}/tfm/postbuild.sh ${COMPILER_FULL_PATH}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue