libusb: fix makefile

This commit is contained in:
Matthias Ringwald 2018-01-15 11:24:33 +01:00
parent 7eb8556897
commit cf9641eb81

View File

@ -21,7 +21,7 @@ VPATH += ${BTSTACK_ROOT}/platform/libusb
CFLAGS += $(shell pkg-config libusb-1.0 --cflags)
LDFLAGS += $(shell pkg-config libusb-1.0 --libs)
EXAMPLES +=
EXAMPLES += \
le_data_channel_client \
le_data_channel_server \