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 a01ca4c commit ec86244Copy full SHA for ec86244
boot/zephyr/CMakeLists.txt
@@ -31,7 +31,7 @@ assert_exists(TINYCRYPT_SHA512_DIR)
31
set(FIAT_DIR "${MCUBOOT_DIR}/ext/fiat")
32
assert_exists(FIAT_DIR)
33
# Path to mbed-tls' asn1 parser library.
34
-if(NOT CONFIG_MBEDTLS_BUILTIN)
+if(NOT CONFIG_MBEDTLS_BUILTIN AND NOT CONFIG_BOOT_KEY_IMPORT_BYPASS_ASN)
35
set(MBEDTLS_ASN1_DIR "${MCUBOOT_DIR}/ext/mbedtls-asn1")
36
assert_exists(MBEDTLS_ASN1_DIR)
37
endif()
0 commit comments