mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 23:42:39 +00:00
add hci_dump.c to fix compile
This commit is contained in:
parent
a4fe4ae879
commit
b77cf00a9f
@ -13,6 +13,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
|||||||
|
|
||||||
COMMON = \
|
COMMON = \
|
||||||
utils.c \
|
utils.c \
|
||||||
|
hci_dump.c \
|
||||||
att_db_util.c \
|
att_db_util.c \
|
||||||
|
|
||||||
COMMON_OBJ = $(COMMON:.c=.o)
|
COMMON_OBJ = $(COMMON:.c=.o)
|
||||||
|
@ -13,6 +13,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
|||||||
|
|
||||||
COMMON = \
|
COMMON = \
|
||||||
sdp_util.c \
|
sdp_util.c \
|
||||||
|
hci_dump.c \
|
||||||
utils.c
|
utils.c
|
||||||
|
|
||||||
COMMON_OBJ = $(COMMON:.c=.o)
|
COMMON_OBJ = $(COMMON:.c=.o)
|
||||||
|
@ -14,6 +14,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
|||||||
|
|
||||||
FS = \
|
FS = \
|
||||||
utils.c \
|
utils.c \
|
||||||
|
hci_dump.c \
|
||||||
remote_device_db_fs.c
|
remote_device_db_fs.c
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +22,7 @@ MEMORY = \
|
|||||||
utils.c \
|
utils.c \
|
||||||
memory_pool.c \
|
memory_pool.c \
|
||||||
btstack_memory.c \
|
btstack_memory.c \
|
||||||
|
hci_dump.c \
|
||||||
remote_device_db_memory.c \
|
remote_device_db_memory.c \
|
||||||
linked_list.c
|
linked_list.c
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
|||||||
COMMON = \
|
COMMON = \
|
||||||
sdp_util.c \
|
sdp_util.c \
|
||||||
sdp_parser.c \
|
sdp_parser.c \
|
||||||
|
hci_dump.c \
|
||||||
utils.c \
|
utils.c \
|
||||||
|
|
||||||
COMMON_OBJ = $(COMMON:.c=.o)
|
COMMON_OBJ = $(COMMON:.c=.o)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user