zephyr/soc/st/stm32/CMakeLists.txt

13 lines
370 B
CMake

# Copyright (c) 2024 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if (CONFIG_BUILD_WITH_TFM)
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
#Execute post build script postbuild.sh
COMMAND $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/postbuild.sh ${CROSS_COMPILE}${CC}
)
endif()
add_subdirectory(common)
add_subdirectory(${SOC_SERIES})