ChangeSet 1.2181.4.54, 2005/03/24 14:28:28-08:00, [EMAIL PROTECTED]

        [PATCH] USB: fix missing hunk in drivers/usb/Makefile
        
        I see there's been a driver for zd1201 added in drivers/usb/net/.
        There's a hunk missing in drivers/usb/Makefile, the driver doesn't
        get built in nothing else in drivers/usb/net is configured in :
        
        Signed-off-by: Colin Leroy <[EMAIL PROTECTED]>
        Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>



 Makefile |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile      2005-03-30 15:15:36 -08:00
+++ b/drivers/usb/Makefile      2005-03-30 15:15:36 -08:00
@@ -50,6 +50,7 @@
 obj-$(CONFIG_USB_PEGASUS)      += net/
 obj-$(CONFIG_USB_RTL8150)      += net/
 obj-$(CONFIG_USB_USBNET)       += net/
+obj-$(CONFIG_USB_ZD1201)       += net/
 
 obj-$(CONFIG_USB_MDC800)       += image/
 obj-$(CONFIG_USB_MICROTEK)     += image/
-
To unsubscribe from this list: send the line "unsubscribe bk-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