summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/userspace/Makefile.am
diff options
context:
space:
mode:
authorTakahiro Hirofuchi <hirofuchi@users.sourceforge.net>2011-05-14 03:55:07 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-17 13:23:42 -0700
commit0945b4fe3f016900f1f68255e24920b28624a9aa (patch)
tree775d3fff2080f3382fe1b9639245856056cbd241 /drivers/staging/usbip/userspace/Makefile.am
parenta9869c94251a7a1c9bb369baa0e7917b9d315b37 (diff)
staging: usbip: add userspace code
Add userspace code from svn trunk revision 175. Located at https://usbip.svn.sourceforge.net/svnroot/usbip/linux/trunk/src. 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.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/usbip/userspace/Makefile.am b/drivers/staging/usbip/userspace/Makefile.am
new file mode 100644
index 000000000000..964f005a4205
--- /dev/null
+++ b/drivers/staging/usbip/userspace/Makefile.am
@@ -0,0 +1,8 @@
+SUBDIRS = lib cmd
+includedir=@includedir@/usbip
+include_HEADERS = lib/usbip.h lib/usbip_common.h lib/vhci_driver.h lib/stub_driver.h
+
+if INSTALL_USBIDS
+pkgdata_DATA = usb.ids
+EXTRA_DIST = $(pkgdata_DATA)
+endif