mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
8 lines
375 B
Makefile
8 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
|