vfs_libusb: fix missing dependency to libusb

Ref #4582
This commit is contained in:
Martin Stein 2022-06-21 15:29:07 +02:00 committed by Christian Helmuth
parent 381a3406ba
commit f64d1bbc30
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
SRC_CC = vfs_libusb.cc
LIBS += libusb
vpath %.cc $(REP_DIR)/src/lib/vfs/libusb
SHARED_LIB = yes

View File

@ -3,3 +3,4 @@ os
so
usb_session
vfs
libusb