Skip to content

Commit a6dfc53

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 d365f7c commit a6dfc53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/mcuboot

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}/mcuboot
129130
-DTFM_TOOLCHAIN_PATH=${TFM_TOOLCHAIN_PATH}
130131
-DTFM_TOOLCHAIN_PREFIX=${TFM_TOOLCHAIN_PREFIX}
131132
BUILD_ALWAYS True

0 commit comments

Comments
 (0)