Re: [PATCH] USB and Driver Core patches for 2.6.10
From: Greg KH (greg_at_kroah.com)
Date: 01/08/05
- Previous message: Dave Airlie: "Re: lindenting the drm directory.."
- Maybe in reply to: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Reply: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 7 Jan 2005 21:47:38 -0800 To: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
ChangeSet 1.1938.439.54, 2005/01/07 08:46:29-08:00, david-b@pacbell.net
[PATCH] USB: usb makefile tweaks
Two minor Makefile fixes, catching up to some driver removals.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/usb/Makefile | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile 2005-01-07 15:35:42 -08:00
+++ b/drivers/usb/Makefile 2005-01-07 15:35:42 -08:00
@@ -9,7 +9,7 @@
obj-$(CONFIG_USB_EHCI_HCD) += host/
obj-$(CONFIG_USB_OHCI_HCD) += host/
obj-$(CONFIG_USB_UHCI_HCD) += host/
-obj-$(CONFIG_USB_SL811HS) += host/
+obj-$(CONFIG_USB_SL811_HCD) += host/
obj-$(CONFIG_ETRAX_USB_HOST) += host/
obj-$(CONFIG_USB_ACM) += class/
@@ -49,7 +49,6 @@
obj-$(CONFIG_USB_RTL8150) += net/
obj-$(CONFIG_USB_USBNET) += net/
-obj-$(CONFIG_USB_DC2XX) += image/
obj-$(CONFIG_USB_HPUSBSCSI) += image/
obj-$(CONFIG_USB_MDC800) += image/
obj-$(CONFIG_USB_MICROTEK) += image/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Dave Airlie: "Re: lindenting the drm directory.."
- Maybe in reply to: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Reply: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|