Files
ESP8266_RTOS_SDK/components/ssl/Makefile.projbuild

7 lines
171 B
Makefile

# Anyone compiling mbedTLS code needs the name of the
# alternative config file
#ifdef CONFIG_SSL_USING_MBEDTLS
CPPFLAGS += -DMBEDTLS_CONFIG_FILE='"esp_config.h"'
#endif