fix cmake build for bootloader

This commit is contained in:
Mahavir Jain
2019-01-04 12:53:31 +05:30
parent 202f689baa
commit fcff80ecf8
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ else()
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "include_bootloader")
set(COMPONENT_REQUIRES)
set(COMPONENT_PRIV_REQUIRES spi_flash mbedtls micro-ecc efuse)
set(COMPONENT_PRIV_REQUIRES spi_flash mbedtls efuse)
endif()
register_component()