drivers/usbhost: Aligned Cmake with Make

Add:

- Bluetooth HCI Driver #11552

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18 2025-10-09 19:03:47 +02:00 committed by Matteo Golin
parent 09247c113a
commit db26ef1bd2

View file

@ -75,6 +75,10 @@ if(CONFIG_USBHOST)
list(APPEND SRCS usbhost_ft232r.c)
endif()
if(CONFIG_USBHOST_BTHCI)
list(APPEND SRCS usbhost_bthci.c)
endif()
if(CONFIG_USBHOST_XHCI_PCI)
list(APPEND SRCS usbhost_xhci_pci.c usbhost_xhci_trace.c)
endif()