forked from wolfSSL/wolfssl
Merge pull request #5297 from ejohnstown/esp-build
ESP-IDF Build Cleanup
This commit is contained in:
@ -38,10 +38,14 @@ if(IS_DIRECTORY ${IDF_PATH}/components/cryptoauthlib)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(COMPONENT_SRCEXCLUDE
|
set(COMPONENT_SRCEXCLUDE
|
||||||
"wolfcrypt/src/aes_asm.S"
|
"./src/bio.c"
|
||||||
"wolfcrypt/src/evp.c"
|
"./src/conf.c"
|
||||||
"wolfcrypt/src/misc.c"
|
"./src/misc.c"
|
||||||
"src/bio.c"
|
"./src/pk.c"
|
||||||
|
"./src/x509.c"
|
||||||
|
"./src/x509_str.c"
|
||||||
|
"./wolfcrypt/src/evp.c"
|
||||||
|
"./wolfcrypt/src/misc.c"
|
||||||
)
|
)
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
|
Reference in New Issue
Block a user