From ac2e9298fd4bf926aec9ed6a65a42c85877e8f62 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 21 Aug 2019 17:42:56 +0200 Subject: [PATCH] test/pts: fix build --- test/pts/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/pts/Makefile b/test/pts/Makefile index 2a3ae7731..2f38a1959 100644 --- a/test/pts/Makefile +++ b/test/pts/Makefile @@ -35,6 +35,7 @@ COMMON += \ sm.c \ uECC.c \ spp_server.c \ + btstack_chipset_zephyr.c \ ATT += \ att_dispatch.c \ @@ -90,6 +91,7 @@ CFLAGS += -I${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/include -D OI_DEBUG CFLAGS += -I${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/include CFLAGS += -I${BTSTACK_ROOT}/3rd-party/eCC CFLAGS += -I${BTSTACK_ROOT}/3rd-party/tinydir +CFLAGS += -I${BTSTACK_ROOT}/chipset/zephyr CFLAGS += -I${BTSTACK_ROOT}/platform/posix CFLAGS += -I${BTSTACK_ROOT}/platform/embedded CFLAGS += -I${BTSTACK_ROOT}/port/libusb @@ -106,6 +108,7 @@ VPATH += ${BTSTACK_ROOT}/port/libusb VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/srce VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/srce VPATH += ${BTSTACK_ROOT}/3rd-party/micro-ecc +VPATH += ${BTSTACK_ROOT}/chipset/zephyr # use pkg-config for libusb CFLAGS += $(shell pkg-config libusb-1.0 --cflags)