summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/Makefile
diff options
context:
space:
mode:
authorTakahiro Hirofuchi <hirofuchi@users.sourceforge.net>2008-07-09 20:56:51 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-10 22:31:08 (GMT)
commit05a1f28e879e3b4d6a9c08e30b1898943f77b6e7 (patch)
tree12d9e45cd655996050620befba1bbeee77798765 /drivers/staging/usbip/Makefile
parent866b8695d67e83f47194731d3a7ba55826a7ec70 (diff)
downloadlinux-fsl-qoriq-05a1f28e879e3b4d6a9c08e30b1898943f77b6e7.tar.xz
Staging: USB/IP: add common functions needed
This adds the common functions needed by both the host and client side of the USB/IP code. Brian Merrell cleaned up a lot of this code and submitted it for inclusion. Greg also did a lot of cleanup. Signed-off-by: Brian G. Merrell <bgmerrell@novell.com> Cc: Takahiro Hirofuchi <hirofuchi@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/Makefile')
-rw-r--r--drivers/staging/usbip/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/usbip/Makefile b/drivers/staging/usbip/Makefile
new file mode 100644
index 0000000..ce925ca
--- /dev/null
+++ b/drivers/staging/usbip/Makefile
@@ -0,0 +1,6 @@
+obj-$(CONFIG_USB_IP_COMMON) += usbip_common_mod.o
+usbip_common_mod-objs := usbip_common.o usbip_event.o
+
+ifeq ($(CONFIG_USB_DEBUG),y)
+ EXTRA_CFLAGS += -DDEBUG
+endif