test/linked_list: fix compile

This commit is contained in:
Matthias Ringwald 2017-11-17 18:04:16 +01:00
parent ceec418a18
commit 69cb6daf5c

View File

@ -14,6 +14,8 @@ VPATH += ${BTSTACK_ROOT}/platform/posix
COMMON = \
btstack_linked_list.c \
hci_dump.c \
btstack_util.c \
COMMON_OBJ = $(COMMON:.c=.o)