From 4f1c609413c3987d2c1e688e44c44888676dac9e Mon Sep 17 00:00:00 2001 From: Marcin Szymczyk Date: Mon, 29 Sep 2025 17:32:38 +0200 Subject: [PATCH] [nrf fromlist] modules: hal_nordic: align to changes in GPPI drv GPPI driver helper has been renamed. Some source files have been merged. Align buildsystem to these changes. Upstream PR #: 96728 Signed-off-by: Marcin Szymczyk --- modules/hal_nordic/nrfx/CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/hal_nordic/nrfx/CMakeLists.txt b/modules/hal_nordic/nrfx/CMakeLists.txt index 8aaaf4c3da4..770e1798019 100644 --- a/modules/hal_nordic/nrfx/CMakeLists.txt +++ b/modules/hal_nordic/nrfx/CMakeLists.txt @@ -215,14 +215,11 @@ zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE zephyr_compile_definitions_ifndef(CONFIG_SOC_NRF54L_ANOMALY_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0) if(CONFIG_SOC_COMPATIBLE_NRF54LX AND CONFIG_NRFX_GPPI) - zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_dppi_ppib_lumos.c) - zephyr_library_sources(${SOC_DIR}/soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c) + zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_ppib.c) endif() if(CONFIG_SOC_SERIES_NRF54HX AND CONFIG_NRFX_GPPI) - zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_dppi_ppib.c) - zephyr_library_sources(${SOC_DIR}/soc/interconnect/apb/nrfx_interconnect_apb.c) - zephyr_library_sources(${SOC_DIR}/soc/interconnect/ipct/nrfx_interconnect_ipct.c) + zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_ipct.c) endif() # Get the SVD file for the current SoC