mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +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>
6 lines
207 B
Makefile
6 lines
207 B
Makefile
SUBDIRS := libsrc src
|
|
includedir = @includedir@/usbip
|
|
include_HEADERS := $(addprefix libsrc/, \
|
|
usbip_common.h vhci_driver.h usbip_host_driver.h)
|
|
|
|
dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)
|