mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-16 07:20:52 +00:00
posix-h4: fix Makefile build
This commit is contained in:
parent
ff479fcfe6
commit
414d3a9595
@ -8,6 +8,7 @@ CORE += \
|
||||
btstack_chipset_em9301.c \
|
||||
btstack_chipset_stlc2500d.c \
|
||||
btstack_chipset_tc3566x.c \
|
||||
btstack_chipset_zephyr.c \
|
||||
btstack_link_key_db_tlv.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_audio.c \
|
||||
@ -47,6 +48,7 @@ CFLAGS += -g -Wall -Werror \
|
||||
-I$(BTSTACK_ROOT)/chipset/em9301 \
|
||||
-I$(BTSTACK_ROOT)/chipset/stlc2500d \
|
||||
-I$(BTSTACK_ROOT)/chipset/tc3566x \
|
||||
-I$(BTSTACK_ROOT)/chipset/zephyr \
|
||||
-I${BTSTACK_ROOT}/3rd-party/rijndael \
|
||||
-I${BTSTACK_ROOT}/3rd-party/tinydir
|
||||
|
||||
@ -61,6 +63,7 @@ VPATH += ${BTSTACK_ROOT}/chipset/csr
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/em9301
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/stlc2500d
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/tc3566x
|
||||
VPATH += ${BTSTACK_ROOT}/chipset/zephyr
|
||||
|
||||
# add pthread for ctrl-c signal handler
|
||||
LDFLAGS += -lpthread
|
||||
|
Loading…
x
Reference in New Issue
Block a user