feat(mbedtls): Redefine mbedtls file structure

This commit is contained in:
zhangjunhao
2018-04-19 18:40:59 +08:00
parent df79ccfe8f
commit 8b3fb84266
141 changed files with 5 additions and 5 deletions

View File

@ -2,5 +2,5 @@
# alternative config file
#ifdef CONFIG_SSL_USING_MBEDTLS
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/config_esp.h"'
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"config_esp.h"'
#endif

View File

@ -8,9 +8,9 @@ COMPONENT_PRIV_INCLUDEDIRS := openssl/include/internal openssl/include/openssl o
COMPONENT_SRCDIRS := openssl/source/library openssl/source/platform
COMPONENT_ADD_INCLUDEDIRS += mbedtls/include
COMPONENT_SRCDIRS += mbedtls/source/library mbedtls/source/platform
COMPONENT_ADD_INCLUDEDIRS += mbedtls/mbedtls/include mbedtls/port/include
COMPONENT_SRCDIRS += mbedtls/mbedtls/library mbedtls/port
else
COMPONENT_ADD_INCLUDEDIRS := axtls/include
COMPONENT_SRCDIRS := axtls/source/ssl axtls/source/crypto
endif
endif

Some files were not shown because too many files have changed in this diff Show More