staging: usbip: userspace: rename stub driver files
Rename stub_driver.? to usbip_host_driver.? Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
b9d65b1dd3
Коммит
a16941aef1
|
@ -1,6 +1,6 @@
|
|||
SUBDIRS := libsrc src
|
||||
includedir := @includedir@/usbip
|
||||
include_HEADERS := $(addprefix libsrc/, \
|
||||
usbip_common.h vhci_driver.h stub_driver.h)
|
||||
usbip_common.h vhci_driver.h usbip_host_driver.h)
|
||||
|
||||
dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8 usbip_bind_driver.8)
|
||||
|
|
|
@ -3,5 +3,5 @@ libusbip_la_CFLAGS := @EXTRA_CFLAGS@
|
|||
libusbip_la_LDFLAGS := -version-info @LIBUSBIP_VERSION@
|
||||
|
||||
lib_LTLIBRARIES := libusbip.la
|
||||
libusbip_la_SOURCES := names.c names.h stub_driver.c stub_driver.h \
|
||||
libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
|
||||
usbip_common.c usbip_common.h vhci_driver.c vhci_driver.h
|
||||
|
|
Загрузка…
Ссылка в новой задаче