mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 21:30:44 +00:00
drivers/usbhost: Aligned Cmake with Make
Add: - Bluetooth HCI Driver #11552 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
09247c113a
commit
db26ef1bd2
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue