mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(ble): fixed esp32h4 kconfig CI warning
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user