esp_hw_support: Removed unsed priv require

This commit is contained in:
Michael (XIAO Xufeng)
2025-11-07 16:37:29 +08:00
parent dca6abf984
commit 39f2a54179

View File

@@ -13,10 +13,6 @@ set(requires esp_hal_dma)
# only esp_hw_support/adc_share_hw_ctrl.c requires efuse component
set(priv_requires efuse spi_flash bootloader_support esp_hal_wdt)
if(${target} STREQUAL "esp32c6")
list(APPEND priv_requires hal)
endif()
set(srcs "cpu.c" "port/${IDF_TARGET}/esp_cpu_intr.c" "esp_memory_utils.c" "port/${IDF_TARGET}/cpu_region_protect.c")
if(NOT non_os_build)
list(APPEND srcs "esp_clk.c"