mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
588b48caf6
At this point, USB/IP userspace code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
375 B
Makefile
9 lines
375 B
Makefile
libusbip_la_CPPFLAGS = -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"'
|
|
libusbip_la_CFLAGS = @EXTRA_CFLAGS@
|
|
libusbip_la_LDFLAGS = -version-info @LIBUSBIP_VERSION@
|
|
|
|
lib_LTLIBRARIES := libusbip.la
|
|
libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
|
|
usbip_common.c usbip_common.h vhci_driver.c vhci_driver.h \
|
|
sysfs_utils.c sysfs_utils.h
|