test/pts: fix build

This commit is contained in:
Matthias Ringwald 2019-08-21 17:42:56 +02:00
parent 6e89bc0721
commit ac2e9298fd

View File

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