mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +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 \
|
||||
memory_pool.c \
|
||||
run_loop.c \
|
||||
run_loop_posix.c \
|
||||
|
||||
COMMON += \
|
||||
hci.c \
|
||||
|
@ -3,7 +3,8 @@ BTSTACK_ROOT = ../..
|
||||
POSIX_ROOT= ${BTSTACK_ROOT}/platforms/posix
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user