Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a1d534bb23e5c5c28fb6f6fb48588362df0907e8
Commit:     a1d534bb23e5c5c28fb6f6fb48588362df0907e8
Parent:     9a9bf406df3ce238089d14f4cb41157ca56d8ad3
Author:     Nico Erfurth <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 2 22:25:20 2007 +0200
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Fri Oct 12 14:55:02 2007 -0700

    USB: Add drivers/usb/misc/iowarrior.c to the Makefile
    
    This patch adds the new iowarrior module to the Makefile in drivers/usb.
    Currently the module isn't build unless another driver from usb/misc is
    selected.
    
    Signed-off-by: Nico Erfurth <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index ac49b15..cce2165 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -38,6 +38,7 @@ obj-$(CONFIG_USB_EMI26)               += misc/
 obj-$(CONFIG_USB_EMI62)                += misc/
 obj-$(CONFIG_USB_FTDI_ELAN)    += misc/
 obj-$(CONFIG_USB_IDMOUSE)      += misc/
+obj-$(CONFIG_USB_IOWARRIOR)    += misc/
 obj-$(CONFIG_USB_LCD)          += misc/
 obj-$(CONFIG_USB_LD)           += misc/
 obj-$(CONFIG_USB_LED)          += misc/
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to