mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
feat(mbedtls): Redefine mbedtls file structure
This commit is contained in:
@ -2,5 +2,5 @@
|
|||||||
# alternative config file
|
# alternative config file
|
||||||
|
|
||||||
#ifdef CONFIG_SSL_USING_MBEDTLS
|
#ifdef CONFIG_SSL_USING_MBEDTLS
|
||||||
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/config_esp.h"'
|
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"config_esp.h"'
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,9 +8,9 @@ COMPONENT_PRIV_INCLUDEDIRS := openssl/include/internal openssl/include/openssl o
|
|||||||
|
|
||||||
COMPONENT_SRCDIRS := openssl/source/library openssl/source/platform
|
COMPONENT_SRCDIRS := openssl/source/library openssl/source/platform
|
||||||
|
|
||||||
COMPONENT_ADD_INCLUDEDIRS += mbedtls/include
|
COMPONENT_ADD_INCLUDEDIRS += mbedtls/mbedtls/include mbedtls/port/include
|
||||||
COMPONENT_SRCDIRS += mbedtls/source/library mbedtls/source/platform
|
COMPONENT_SRCDIRS += mbedtls/mbedtls/library mbedtls/port
|
||||||
else
|
else
|
||||||
COMPONENT_ADD_INCLUDEDIRS := axtls/include
|
COMPONENT_ADD_INCLUDEDIRS := axtls/include
|
||||||
COMPONENT_SRCDIRS := axtls/source/ssl axtls/source/crypto
|
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
Reference in New Issue
Block a user