move run_loop_posix.c to libusb Makefile

This commit is contained in:
matthias.ringwald@gmail.com 2014-11-15 16:50:55 +00:00
parent 0c1fb97e2b
commit 49630161c9
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,6 @@ CORE += \
linked_list.c \
memory_pool.c \
run_loop.c \
run_loop_posix.c \
COMMON += \
hci.c \

View File

@ -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