summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/userspace/Makefile.am
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-06-20 05:44:46 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-06 03:11:35 (GMT)
commita16941aef197e46146f222639be7b08d15739e97 (patch)
tree8621630c7b372467abc4cd00ac2ee4d24815154f /drivers/staging/usbip/userspace/Makefile.am
parentb9d65b1dd30abdb585e6750e4edfc8ce3b3ab28a (diff)
downloadlinux-fsl-qoriq-a16941aef197e46146f222639be7b08d15739e97.tar.xz
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>
Diffstat (limited to 'drivers/staging/usbip/userspace/Makefile.am')
-rw-r--r--drivers/staging/usbip/userspace/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/Makefile.am b/drivers/staging/usbip/userspace/Makefile.am
index d557fe9..fbdeef3 100644
--- a/drivers/staging/usbip/userspace/Makefile.am
+++ b/drivers/staging/usbip/userspace/Makefile.am
@@ -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)