Skip to content

Commit 0d550fb

Browse files
oyvindronningstadgalak
authored andcommitted
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 bfb52ad commit 0d550fb

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
@@ -126,6 +126,7 @@ function(trusted_firmware_build)
126126
${TFM_REGRESSION_ARG}
127127
${TFM_PROFILE_ARG}
128128
-DTFM_TEST_REPO_PATH=${ZEPHYR_TFM_MODULE_DIR}/tf-m-tests
129+
-DMCUBOOT_PATH=${ZEPHYR_TFM_MODULE_DIR}/../tfm-mcuboot
129130
-DTFM_TOOLCHAIN_PATH=${TFM_TOOLCHAIN_PATH}
130131
-DTFM_TOOLCHAIN_PREFIX=${TFM_TOOLCHAIN_PREFIX}
131132
BUILD_ALWAYS True

0 commit comments

Comments
 (0)