| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | SUBDIRS := libsrc src | ||||
| 3 | includedir = @includedir@/usbip | ||||
| 4 | include_HEADERS := $(addprefix libsrc/, \ | ||||
| 5 | usbip_common.h vhci_driver.h usbip_host_driver.h \ | ||||
| 6 | list.h sysfs_utils.h usbip_host_common.h) | ||||
| 7 | |||||
| 8 | dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8) | ||||