File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,11 @@ zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_IOPORT
3939zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_SCIF_UART
4040 fsp/src/${SOC_SERIES_PREFIX} /r_scif_uart/r_scif_uart.c)
4141
42- if (CONFIG_DT_HAS_RENESAS_RZ_ADC_C_ENABLED)
43- zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_ADC
44- fsp/src/${SOC_SERIES_PREFIX} /r_adc_c/r_adc_c.c)
45- else ()
46- zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_ADC
47- fsp/src/${SOC_SERIES_PREFIX} /r_adc/r_adc.c)
48- endif ()
42+ zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_ADC
43+ fsp/src/${SOC_SERIES_PREFIX} /r_adc/r_adc.c)
44+
45+ zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_ADC_C
46+ fsp/src/${SOC_SERIES_PREFIX} /r_adc_c/r_adc_c.c)
4947
5048zephyr_library_sources_ifdef(CONFIG_USE_RZ_FSP_MHU
5149 fsp/src/${SOC_SERIES_PREFIX} /r_mhu_ns/r_mhu_ns.c)
You can’t perform that action at this time.
0 commit comments