mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
fix compile
This commit is contained in:
parent
045ba8fec0
commit
00cae490be
@ -1,6 +1,5 @@
|
||||
# Makefile for libusb based examples
|
||||
BTSTACK_ROOT = ../..
|
||||
POSIX_ROOT= ${BTSTACK_ROOT}/platform/posix
|
||||
|
||||
CORE += main.c stdin_support.c
|
||||
|
||||
@ -12,7 +11,7 @@ include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
|
||||
CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror
|
||||
# CFLAGS += -Werror
|
||||
|
||||
CFLAGS += -I${POSIX_ROOT}/src \
|
||||
CFLAGS += -I${BTSTACK_ROOT}/platform/posix/src \
|
||||
-I${BTSTACK_ROOT}/platform/embedded
|
||||
|
||||
VPATH += ${BTSTACK_ROOT}/platform/embedded
|
||||
|
@ -9,6 +9,7 @@ include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
|
||||
|
||||
CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror \
|
||||
-I${BTSTACK_ROOT}/platform/posix/src \
|
||||
-I${BTSTACK_ROOT}/platform/embedded \
|
||||
-I${BTSTACK_ROOT}/port/libusb
|
||||
|
||||
VPATH += ${BTSTACK_ROOT}/platform/posix/src
|
||||
|
Loading…
x
Reference in New Issue
Block a user