Merge pull request #425 from ejohnstown/esp-build

ESP-IDF Build Cleanup
pull/426/head
David Garske 2022-06-28 16:44:30 -07:00 committed by GitHub
commit 8a5d5362d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -41,10 +41,9 @@ if(IS_DIRECTORY ${IDF_PATH}/components/cryptoauthlib)
endif()
set(COMPONENT_SRCEXCLUDE
"wolfcrypt/src/aes_asm.S"
"wolfcrypt/src/evp.c"
"wolfcrypt/src/misc.c"
"src/bio.c"
"./src/misc.c"
"../wolfssl/wolfcrypt/src/evp.c"
"../wolfssl/wolfcrypt/src/misc.c"
)
set(COMPONENT_PRIV_INCLUDEDIRS . ../wolfssl ../wolfssl/include)