mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-15 10:17:49 +08:00
feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls
This commit is contained in:
@@ -3,12 +3,12 @@ set(COMPONENT_SRCDIRS "src")
|
||||
if(${BOOTLOADER_BUILD})
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include include_priv")
|
||||
set(COMPONENT_REQUIRES)
|
||||
set(COMPONENT_PRIV_REQUIRES spi_flash util)
|
||||
set(COMPONENT_PRIV_REQUIRES spi_flash)
|
||||
else()
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
set(COMPONENT_PRIV_INCLUDEDIRS "include_priv")
|
||||
set(COMPONENT_REQUIRES)
|
||||
set(COMPONENT_PRIV_REQUIRES spi_flash util mbedtls)
|
||||
set(COMPONENT_PRIV_REQUIRES spi_flash mbedtls)
|
||||
endif()
|
||||
|
||||
register_component()
|
||||
|
||||
Reference in New Issue
Block a user