Skip to content

Commit 9ac6264

Browse files
CMakeLists.txt: Use committed MCUBOOT_PATH
This improves build times by skipping the download. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent e6dc18f commit 9ac6264

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
@@ -105,6 +105,7 @@ function(trusted_firmware_build)
105105
${TFM_REGRESSION_ARG}
106106
${TFM_PROFILE_ARG}
107107
-DTFM_TEST_REPO_PATH=${ZEPHYR_TFM_MODULE_DIR}/tf-m-tests
108+
-DMCUBOOT_PATH=${ZEPHYR_TFM_MODULE_DIR}/mcuboot
108109
-DTFM_TOOLCHAIN_PATH=${TFM_TOOLCHAIN_PATH}
109110
-DTFM_TOOLCHAIN_PREFIX=${TFM_TOOLCHAIN_PREFIX}
110111
BUILD_ALWAYS True

0 commit comments

Comments
 (0)