hal: extract hal component from soc component

This commit is contained in:
Michael (XIAO Xufeng)
2020-08-08 20:15:27 +08:00
parent 5a9a42b079
commit 5425ef4ee4
222 changed files with 147 additions and 107 deletions
@@ -20,7 +20,7 @@ set(BOOTLOADER_BUILD 1)
include("${IDF_PATH}/tools/cmake/project.cmake")
set(common_req log esp_rom esp_common xtensa)
if(LEGACY_INCLUDE_COMMON_HEADERS)
list(APPEND common_req soc)
list(APPEND common_req soc hal)
endif()
idf_build_set_property(__COMPONENT_REQUIRES_COMMON "${common_req}")
idf_build_set_property(__OUTPUT_SDKCONFIG 0)