fix build

This commit is contained in:
Matthias Ringwald 2015-06-14 22:31:37 +02:00
parent c4bdf1eb2d
commit 563790a325

View File

@ -12,6 +12,7 @@ include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
CFLAGS += -g -Wall
# CFLAGS += -Werror
CFLAGS += -I${POSIX_ROOT}/src
VPATH += ${BTSTACK_ROOT}/platforms/posix/src
ifeq ($(OS),Windows_NT)