Files
ESP8266_RTOS_SDK/components/ssl/Makefile.projbuild
2018-05-10 16:14:57 +08:00

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