We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b7251 commit 38573afCopy full SHA for 38573af
tlsr9/CMakeLists.txt
@@ -38,6 +38,10 @@ zephyr_library_sources_ifdef(CONFIG_IEEE802154_TELINK_B91 drivers/B91/rf.c)
38
# Entropy driver reference sources
39
zephyr_library_sources_ifdef(CONFIG_ENTROPY_TELINK_B91_TRNG drivers/B91/trng.c)
40
41
+# ADC driver reference sources
42
+zephyr_library_sources_ifdef(CONFIG_ADC_TELINK_B91 drivers/B91/adc.c)
43
+zephyr_library_sources_ifdef(CONFIG_ADC_TELINK_B91 drivers/B91/gpio.c)
44
+
45
# BLE reference sources
46
if (CONFIG_BT_B91)
47
0 commit comments