Skip to content

Commit c475e9f

Browse files
committed
[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 <[email protected]>
1 parent 0c9648f commit c475e9f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,11 @@ zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE
215215
zephyr_compile_definitions_ifndef(CONFIG_SOC_NRF54L_ANOMALY_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0)
216216

217217
if(CONFIG_SOC_COMPATIBLE_NRF54LX AND CONFIG_NRFX_GPPI)
218-
zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_dppi_ppib_lumos.c)
219-
zephyr_library_sources(${SOC_DIR}/soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c)
218+
zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_ppib.c)
220219
endif()
221220

222221
if(CONFIG_SOC_SERIES_NRF54HX AND CONFIG_NRFX_GPPI)
223-
zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_dppi_ppib.c)
224-
zephyr_library_sources(${SOC_DIR}/soc/interconnect/apb/nrfx_interconnect_apb.c)
225-
zephyr_library_sources(${SOC_DIR}/soc/interconnect/ipct/nrfx_interconnect_ipct.c)
222+
zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_ipct.c)
226223
endif()
227224

228225
# Get the SVD file for the current SoC

0 commit comments

Comments
 (0)