fix(modem_etm): fixed the compile issue

This commit is contained in:
laokaiyao
2025-08-19 15:54:50 +08:00
parent 2044fba6e7
commit 093a444d74
5 changed files with 30 additions and 2 deletions
+4 -1
View File
@@ -54,6 +54,9 @@ if(NOT non_os_build)
if(CONFIG_SOC_PAU_SUPPORTED)
list(APPEND srcs "sleep_retention.c")
endif()
if(CONFIG_SOC_MODEM_SUPPORT_ETM)
list(APPEND srcs "modem/modem_etm.c")
endif()
if(CONFIG_SOC_LIGHT_SLEEP_SUPPORTED)
list(APPEND srcs "sleep_modem.c"
"sleep_modes.c"
@@ -177,7 +180,7 @@ endif()
set(public_include_dirs "include" "include/soc"
"dma/include" "ldo/include" "debug_probe/include" "etm/include"
"mspi_timing_tuning/include" "mspi_timing_tuning/tuning_scheme_impl/include"
"power_supply/include")
"power_supply/include" "modem/include")
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/include/soc/${target}")
list(APPEND public_include_dirs