From 69cb6daf5c3d29979ebab4e91b78c2d615ba451e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 17 Nov 2017 18:04:16 +0100 Subject: [PATCH] test/linked_list: fix compile --- test/linked_list/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/linked_list/Makefile b/test/linked_list/Makefile index ad3e16f0a..2d1185979 100644 --- a/test/linked_list/Makefile +++ b/test/linked_list/Makefile @@ -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)