summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/userspace/Makefile.am
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-31 20:53:12 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-31 20:53:12 -0700
commite9723bf2ad1b7384e8d475e5356f51a1f35a8934 (patch)
treed9e6008e3bc147391634299dfb0f010591d52063 /drivers/staging/usbip/userspace/Makefile.am
parent79f284d29bbf7852093d0262c097e8faee32bc03 (diff)
parent69e273c0b0a3c337a521d083374c918dc52c666f (diff)
Merge 3.17-rc3 into staging-next
We want the staging bugfixes in this branch as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip/userspace/Makefile.am')
-rw-r--r--drivers/staging/usbip/userspace/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/usbip/userspace/Makefile.am b/drivers/staging/usbip/userspace/Makefile.am
deleted file mode 100644
index 66f8bf038c9f..000000000000
--- a/drivers/staging/usbip/userspace/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-SUBDIRS := libsrc src
-includedir = @includedir@/usbip
-include_HEADERS := $(addprefix libsrc/, \
- usbip_common.h vhci_driver.h usbip_host_driver.h)
-
-dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8)