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>
7 lines
207 B
Makefile
7 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)
|