add hci_dump.c to fix compile

This commit is contained in:
Matthias Ringwald 2015-10-11 23:31:11 +02:00
parent a4fe4ae879
commit b77cf00a9f
4 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -13,6 +13,7 @@ VPATH += ${BTSTACK_ROOT}/platforms/posix/src
COMMON = \
sdp_util.c \
hci_dump.c \
utils.c
COMMON_OBJ = $(COMMON:.c=.o)

View File

@ -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

View File

@ -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)