Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a16941ae authored by matt mooney's avatar matt mooney Committed by Greg Kroah-Hartman
Browse files

staging: usbip: userspace: rename stub driver files



Rename stub_driver.? to usbip_host_driver.?

Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b9d65b1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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)
+1 −1
Original line number Diff line number Diff line
@@ -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