mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-16 02:43:47 +08:00
feat: Update mbedtls to 1d34215a which is behind mbedtls-3.6.3 on branch mbedtls-3.6.3-idf
This commit is contained in:
10
components/mbedtls/component.mk
Normal file
10
components/mbedtls/component.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user