fix(ble): fixed esp32h4 kconfig CI warning

This commit is contained in:
ShenWeilong
2026-04-03 21:31:19 +08:00
parent d227dc7f23
commit 583a8c441d
3 changed files with 3 additions and 125 deletions
+3 -1
View File
@@ -93,7 +93,9 @@ if(CONFIG_BT_ENABLED)
list(APPEND srcs "controller/esp32c2/dummy.c")
set(ldscripts "linker_esp32c2.lf")
else()
list(APPEND srcs "controller/${target_name}/ble.c")
if(NOT CONFIG_BT_DUAL_MODE_ARCH)
list(APPEND srcs "controller/${target_name}/ble.c")
endif()
list(APPEND ldscripts "linker_esp_ble_controller.lf")
endif()