mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-03 03:33:01 +09:00
[ Upstream commitc15562c0dc] usbip_host_driver.h now depends on several additional headers, which need to be installed along with it. Fixes:021aed8453("staging: usbip: userspace: migrate usbip_host_driver ...") Fixes:3391ba0e27("usbip: tools: Extract generic code to be shared with ...") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8 lines
257 B
Makefile
8 lines
257 B
Makefile
SUBDIRS := libsrc src
|
|
includedir = @includedir@/usbip
|
|
include_HEADERS := $(addprefix libsrc/, \
|
|
usbip_common.h vhci_driver.h usbip_host_driver.h \
|
|
list.h sysfs_utils.h usbip_host_common.h)
|
|
|
|
dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)
|