mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-20 13:45:08 +08:00
10 lines
211 B
Makefile
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 |