diff -Naru a/drivers/usb/Makefile b/drivers/usb/Makefile --- a/drivers/usb/Makefile 2005-04-14 03:20:28 -07:00 +++ b/drivers/usb/Makefile 2005-04-14 03:20:28 -07: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/ # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/03/24 14:28:28-08:00 colin@colino.net # [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 # Signed-off-by: Greg Kroah-Hartman # # drivers/usb/Makefile # 2005/03/18 01:27:22-08:00 colin@colino.net +1 -0 # USB: fix missing hunk in drivers/usb/Makefile #