We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e680e commit a55949fCopy full SHA for a55949f
imx/drivers/CMakeLists.txt
@@ -12,6 +12,7 @@ zephyr_library_sources(
12
ccm_imx6sx.c
13
ccm_analog_imx6sx.c
14
)
15
+zephyr_library_sources_ifdef(CONFIG_ADC_VF610 adc_imx6sx.c)
16
endif()
17
18
zephyr_library_sources_ifdef(CONFIG_COUNTER_IMX_EPIT epit.c)
0 commit comments