mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
drivers/wireless/bluetooth/bt_uart_cc2564.c: Add cc2564 driver.
This commit is contained in:
@@ -44,13 +44,16 @@ CSRCS += bt_uart.c
|
||||
ifeq ($(CONFIG_BLUETOOTH_UART_GENERIC),y)
|
||||
CSRCS += bt_uart_generic.c
|
||||
endif
|
||||
ifeq ($(CONFIG_BLUETOOTH_UART_CC2564),y)
|
||||
CSRCS += bt_uart_cc2564.c
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BLUETOOTH_NULL),y)
|
||||
CSRCS += bt_null.c
|
||||
endif
|
||||
|
||||
# Include common Bluetooth drvier build support
|
||||
# Include common Bluetooth driver build support
|
||||
|
||||
DEPPATH += --dep-path wireless$(DELIM)bluetooth
|
||||
VPATH += :wireless$(DELIM)bluetooth
|
||||
|
||||
Reference in New Issue
Block a user