@@ -130,22 +130,22 @@ zephyr_library_sources_ifdef(CONFIG_HAS_NORDIC_RAM_CTRL ${HELPERS_DIR}/nrf
130130if (CONFIG_NRFX_GPPI)
131131 zephyr_library_sources_ifdef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /internal /nrfx_gppiv1_shim.c)
132132 if (CONFIG_HAS_HW_NRF_PPI)
133- zephyr_library_sources_ifdef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /internal /nrfx_gppiv1_ppi.c)
134- zephyr_library_sources_ifdef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /internal /nrfx_ppi.c)
135133 zephyr_library_sources_ifndef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /nrfx_gppi_ppi.c)
136134 else ()
137- zephyr_library_sources_ifdef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /internal /nrfx_gppiv1_dppi.c)
138135 zephyr_library_sources_ifndef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /nrfx_gppi_dppi.c)
139- zephyr_library_sources_ifdef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /internal /nrfx_dppi.c)
140136 endif ()
141137endif ()
142138
143139zephyr_library_sources_ifdef(CONFIG_NRFX_PRS ${SRC_DIR} /prs/nrfx_prs.c)
144140
145141zephyr_library_sources_ifdef(CONFIG_NRFX_ADC ${SRC_DIR} /nrfx_adc.c)
146142zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock.c)
143+ zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock_lfclk.c)
147144zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock_hfclk.c)
148145zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock_xo.c)
146+ zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock_lfclk.c)
147+ zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock_hfclk192m.c)
148+ zephyr_library_sources_ifdef(CONFIG_NRFX_CLOCK ${SRC_DIR} /nrfx_clock_hfclkaudio.c)
149149zephyr_library_sources_ifdef(CONFIG_NRFX_COMP ${SRC_DIR} /nrfx_comp.c)
150150zephyr_library_sources_ifdef(CONFIG_NRFX_CRACEN ${SRC_DIR} /nrfx_cracen.c)
151151zephyr_library_sources_ifdef(CONFIG_NRFX_EGU ${SRC_DIR} /nrfx_egu.c)
@@ -220,8 +220,6 @@ zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE
220220zephyr_compile_definitions_ifndef(CONFIG_SOC_NRF54L_ANOMALY_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0)
221221
222222if (CONFIG_SOC_COMPATIBLE_NRF54LX AND CONFIG_NRFX_GPPI)
223- zephyr_library_sources_ifdef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /internal /nrfx_gppiv1_ppib.c)
224- zephyr_library_sources_ifdef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /internal /nrfx_ppib.c)
225223 zephyr_library_sources_ifndef(CONFIG_NRFX_GPPI_V1 ${HELPERS_DIR} /nrfx_gppi_lumos.c)
226224endif ()
227225
0 commit comments