mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-16 02:43:47 +08:00
feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
idf_build_get_property(target IDF_TARGET)
|
||||
if(CONFIG_ESP_WOLFSSL_INTERNAL)
|
||||
set(COMPONENT_ADD_INCLUDEDIRS wolfssl/include wolfssl/wolfssl wolfssl/wolfssl/wolfssl)
|
||||
set(COMPONENT_SRCDIRS "wolfssl/source")
|
||||
|
||||
set(COMPONENT_REQUIRES "lwip" "esp8266" "util")
|
||||
set(COMPONENT_REQUIRES "lwip" "${target}")
|
||||
endif()
|
||||
|
||||
register_component()
|
||||
|
||||
Reference in New Issue
Block a user