mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-01 16:16:54 +08:00
7 lines
157 B
Makefile
7 lines
157 B
Makefile
# Anyone compiling mbedTLS code needs the name of the
|
|
# alternative config file
|
|
|
|
ifdef CONFIG_ESP_WOLFSSL_INTERNAL
|
|
CPPFLAGS += -DWOLFSSL_USER_SETTINGS
|
|
endif
|