mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 14:42:33 +00:00
move run_loop_posix.c to libusb Makefile
This commit is contained in:
parent
0c1fb97e2b
commit
49630161c9
@ -18,7 +18,6 @@ CORE += \
|
|||||||
linked_list.c \
|
linked_list.c \
|
||||||
memory_pool.c \
|
memory_pool.c \
|
||||||
run_loop.c \
|
run_loop.c \
|
||||||
run_loop_posix.c \
|
|
||||||
|
|
||||||
COMMON += \
|
COMMON += \
|
||||||
hci.c \
|
hci.c \
|
||||||
|
@ -3,7 +3,8 @@ BTSTACK_ROOT = ../..
|
|||||||
POSIX_ROOT= ${BTSTACK_ROOT}/platforms/posix
|
POSIX_ROOT= ${BTSTACK_ROOT}/platforms/posix
|
||||||
|
|
||||||
CORE += main.c
|
CORE += main.c
|
||||||
COMMON += hci_transport_h2_libusb.c
|
COMMON += hci_transport_h2_libusb.c run_loop_posix.c
|
||||||
|
|
||||||
|
|
||||||
include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
|
include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user