libusb: only commpile le data channel examples

This commit is contained in:
Matthias Ringwald 2018-01-17 12:04:57 +01:00
parent e8afb645ae
commit b8b2707a51

View File

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