We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb52ad commit 0d550fbCopy full SHA for 0d550fb
CMakeLists.txt
@@ -126,6 +126,7 @@ function(trusted_firmware_build)
126
${TFM_REGRESSION_ARG}
127
${TFM_PROFILE_ARG}
128
-DTFM_TEST_REPO_PATH=${ZEPHYR_TFM_MODULE_DIR}/tf-m-tests
129
+ -DMCUBOOT_PATH=${ZEPHYR_TFM_MODULE_DIR}/../tfm-mcuboot
130
-DTFM_TOOLCHAIN_PATH=${TFM_TOOLCHAIN_PATH}
131
-DTFM_TOOLCHAIN_PREFIX=${TFM_TOOLCHAIN_PREFIX}
132
BUILD_ALWAYS True
0 commit comments