mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00

Put mbedtls, axtls, openssl to ssl, also add kconfig to choose ssl library. Default use mbedtls.
7 lines
179 B
Makefile
7 lines
179 B
Makefile
# Anyone compiling mbedTLS code needs the name of the
|
|
# alternative config file
|
|
|
|
#ifdef CONFIG_SSL_USING_MBEDTLS
|
|
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/config_esp.h"'
|
|
#endif
|