Re: Linux 2.6.15-rc3 problem found - scsi order changed

From: Zwane Mwaikambo
Date: Sun Dec 04 2005 - 04:28:30 EST


On Sat, 3 Dec 2005, Linus Torvalds wrote:

> diff --git a/drivers/Makefile b/drivers/Makefile
> index fac1e16..ea410b6 100644
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -5,7 +5,7 @@
> # Rewritten to use lists instead of if-statements.
> #
>
> -obj-$(CONFIG_PCI) += pci/ usb/
> +obj-$(CONFIG_PCI) += pci/
> obj-$(CONFIG_PARISC) += parisc/
> obj-$(CONFIG_RAPIDIO) += rapidio/
> obj-y += video/
> @@ -49,6 +49,7 @@ obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
> obj-$(CONFIG_PARIDE) += block/paride/
> obj-$(CONFIG_TC) += tc/
> obj-$(CONFIG_USB) += usb/
> +obj-$(CONFIG_PCI) += usb/
> obj-$(CONFIG_USB_GADGET) += usb/gadget/
> obj-$(CONFIG_GAMEPORT) += input/gameport/
> obj-$(CONFIG_INPUT) += input/

Yes that fixed it, but why walk into usb/ on CONFIG_PCI?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/