libusb: fix compile

This commit is contained in:
Matthias Ringwald 2016-10-19 16:14:07 +02:00
parent 3545469685
commit 049f64bb8f

View File

@ -3,9 +3,7 @@ BTSTACK_ROOT = ../..
CORE += main.c stdin_support.c
CLASSIC += btstack_link_key_db_fs.c
SM += le_device_db_fs.c
COMMON += hci_transport_h2_libusb.c btstack_run_loop_posix.c
COMMON += hci_transport_h2_libusb.c btstack_run_loop_posix.c le_device_db_fs.c btstack_link_key_db_fs.c
include ${BTSTACK_ROOT}/example/Makefile.inc