Files

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