Files
ESP8266_RTOS_SDK/components/mbedtls/component.mk

10 lines
211 B
Makefile

#
# Component Makefile
#
ifdef CONFIG_MBEDTLS_V2
include $(IDF_PATH)/components/mbedtls/mbedtls_v2/component.mk
endif
ifdef CONFIG_MBEDTLS_V3
include $(IDF_PATH)/components/mbedtls/mbedtls_v3/component.mk
endif