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 c127388 commit 2219a87Copy full SHA for 2219a87
modules/trusted-firmware-m/CMakeLists.txt
@@ -319,8 +319,8 @@ if(CONFIG_BUILD_WITH_TFM)
319
# number of parallel jobs to 1.
320
set(PARALLEL_JOBS -j 1)
321
else()
322
- # Leave PARALLEL_JOBS unset and use the default number of
323
- # threads. Which is num_cores+2 on Ninja and MAKEFLAGS with Make.
+ # Leave PARALLEL_JOBS unset and use the default number of
+ # threads. Which is num_cores+2 on Ninja and MAKEFLAGS with Make.
324
endif()
325
326
set(tfm_image_info MAP "name: tfm, source-dir: ${ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR}")
0 commit comments