mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 18:18:36 +08:00
11 lines
255 B
Makefile
11 lines
255 B
Makefile
# Anyone compiling mbedTLS code needs the name of the
|
|
# alternative config file
|
|
|
|
#ifdef CONFIG_SSL_USING_MBEDTLS
|
|
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"'
|
|
#endif
|
|
|
|
#ifdef CONFIG_SSL_USING_WOLFSSL
|
|
CPPFLAGS += -DWOLFSSL_USER_SETTINGS
|
|
#endif
|