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>
11 lines
405 B
Makefile
11 lines
405 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/libsrc -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"'
|
|
AM_CFLAGS = @EXTRA_CFLAGS@
|
|
LDADD = $(top_builddir)/libsrc/libusbip.la
|
|
|
|
sbin_PROGRAMS := usbip usbipd
|
|
|
|
usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \
|
|
usbip_attach.c usbip_detach.c usbip_list.c \
|
|
usbip_bind.c usbip_unbind.c usbip_port.c
|
|
|
|
usbipd_SOURCES := usbip_network.h usbipd.c usbip_network.c
|