Skip to content

Commit

Permalink
add a public_config in the efr32_mbedtls_config source set to fix a c…
Browse files Browse the repository at this point in the history
…hain of define issue that led to MBEDTLS_USE_PSA_CRYPTO not being defined in the GSDK build section (#26810)
  • Loading branch information
jmartinez-silabs authored May 25, 2023
1 parent 01912a9 commit e042f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ template("efr32_sdk") {
"${chip_root}/src/platform/silabs/efr32/psa_crypto_config.h",
]

public_configs = [ "${chip_root}/src:includes" ]
public_deps = [ "${chip_root}/src/crypto:crypto_buildconfig" ]
}

Expand Down

0 comments on commit e042f75

Please sign in to comment.