Merge pull request #5297 from ejohnstown/esp-build

ESP-IDF Build Cleanup
This commit is contained in:
David Garske
2022-06-29 14:03:02 -07:00
committed by GitHub

View File

@ -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()