mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-16 04:13:37 +00:00
test: fix build
This commit is contained in:
parent
a288747709
commit
a2b96185d1
@ -51,7 +51,6 @@
|
||||
#include "CppUTest/CommandLineTestRunner.h"
|
||||
|
||||
#include "classic/avdtp_util.h"
|
||||
#include "btstack.h"
|
||||
#include "classic/avdtp.h"
|
||||
#include "classic/avdtp_util.h"
|
||||
|
||||
|
@ -76,9 +76,10 @@ CFLAGS += -I${BTSTACK_ROOT}/src
|
||||
CFLAGS += -I${BTSTACK_ROOT}/example
|
||||
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/micro-ecc
|
||||
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/rijndael
|
||||
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/tinydir
|
||||
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/yxml
|
||||
CFLAGS += -I${BTSTACK_ROOT}/platform/posix
|
||||
|
||||
VPATH += ${BTSTACK_ROOT}/src
|
||||
|
Loading…
Reference in New Issue
Block a user