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 5fb3442 commit 67a014fCopy full SHA for 67a014f
drivers/bluetooth/hci/CMakeLists.txt
@@ -51,6 +51,7 @@ zephyr_library_sources_ifdef(CONFIG_BT_DA1453X hci_da1453x.c)
51
zephyr_library_sources_ifdef(CONFIG_BT_DA1469X hci_da1469x.c)
52
zephyr_library_sources_ifdef(CONFIG_BT_NXP hci_nxp.c)
53
zephyr_library_sources_ifdef(CONFIG_BT_H4_NXP_CTLR hci_nxp_setup.c)
54
+zephyr_library_sources_ifdef(CONFIG_BT_SF32LB hci_sf32lb.c)
55
56
if(CONFIG_BT_USERCHAN)
57
zephyr_library_sources(userchan.c)
0 commit comments