mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +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 = \
|
||||
utils.c \
|
||||
hci_dump.c \
|
||||
att_db_util.c \
|
||||
|
||||
COMMON_OBJ = $(COMMON:.c=.o)
|
||||
|
@ -13,6 +13,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
||||
|
||||
COMMON = \
|
||||
sdp_util.c \
|
||||
hci_dump.c \
|
||||
utils.c
|
||||
|
||||
COMMON_OBJ = $(COMMON:.c=.o)
|
||||
|
@ -14,6 +14,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
||||
|
||||
FS = \
|
||||
utils.c \
|
||||
hci_dump.c \
|
||||
remote_device_db_fs.c
|
||||
|
||||
|
||||
@ -21,6 +22,7 @@ MEMORY = \
|
||||
utils.c \
|
||||
memory_pool.c \
|
||||
btstack_memory.c \
|
||||
hci_dump.c \
|
||||
remote_device_db_memory.c \
|
||||
linked_list.c
|
||||
|
||||
|
@ -16,6 +16,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
||||
COMMON = \
|
||||
sdp_util.c \
|
||||
sdp_parser.c \
|
||||
hci_dump.c \
|
||||
utils.c \
|
||||
|
||||
COMMON_OBJ = $(COMMON:.c=.o)
|
||||
|
Loading…
Reference in New Issue
Block a user