mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
11 lines
247 B
Makefile
11 lines
247 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
|
|
|
|
#ifdef CONFIG_SSL_USING_WOLFSSL
|
|
CPPFLAGS += -DWOLFSSL_USER_SETTINGS
|
|
#endif
|