We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dba7f commit 84f762bCopy full SHA for 84f762b
1 file changed
test-app/CMakeLists.txt
@@ -176,8 +176,8 @@ if(BUILD_TEST_APPS)
176
target_include_directories(image PRIVATE ../lib/wolfPKCS11)
177
endif()
178
179
- # wolfCrypt TrustZone test builds provide extra secure-call wrappers directly.
180
- if(TZEN AND WOLFCRYPT_TZ)
+ # For TrustZone builds, avoid linking the bootloader lib (it defines NSC stubs).
+ if(TZEN)
181
target_sources(image PRIVATE ../src/libwolfboot.c)
182
if(NOT SIGN STREQUAL "NONE")
183
set_source_files_properties(${CMAKE_BINARY_DIR}/keystore.c PROPERTIES GENERATED TRUE)
0 commit comments