mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Fix issue with reuse of custom yotta configs for target_config.h (#530)
This commit is contained in:
parent
e012aa3ae2
commit
1d46a2d5aa
2 changed files with 6 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ conf() {
|
|||
|
||||
|
||||
# Set the target specific header
|
||||
conf set YOTTA_CFG_MBEDTLS_USER_CONFIG_FILE \"target_config.h\"
|
||||
conf set YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE \"mbedtls/target_config.h\"
|
||||
|
||||
# not supported on mbed OS, nor used by mbed Client
|
||||
conf unset MBEDTLS_NET_C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue