Skip to content

Commit 056fe85

Browse files
CMakeLists.txt: Use MCUBOOT_PATH downloaded via west
This improves build times by skipping the download. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 6edaaaa commit 056fe85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function(trusted_firmware_build)
107107
${TFM_REGRESSION_ARG}
108108
${TFM_PROFILE_ARG}
109109
-DTFM_TEST_REPO_PATH=${ZEPHYR_TFM_MODULE_DIR}/tf-m-tests
110+
-DMCUBOOT_PATH=${ZEPHYR_TFM_MODULE_DIR}/mcuboot
110111
-DTFM_TOOLCHAIN_PATH=${TFM_TOOLCHAIN_PATH}
111112
-DTFM_TOOLCHAIN_PREFIX=${TFM_TOOLCHAIN_PREFIX}
112113
BUILD_ALWAYS True

0 commit comments

Comments
 (0)