Re: [PATCH][2.5.29] parport_serial/serial init dependencies (fwd)
Russell King (rmk@arm.linux.org.uk)
Wed, 31 Jul 2002 08:24:42 +0100
On Wed, Jul 31, 2002 at 08:37:23AM +0200, Zwane Mwaikambo wrote:
> diff -u -r1.1.1.1 Makefile
> --- linux-2.5.29/drivers/Makefile 27 Jul 2002 18:02:33 -0000 1.1.1.1
> +++ linux-2.5.29/drivers/Makefile 30 Jul 2002 22:45:59 -0000
> @@ -7,8 +7,9 @@
>
> obj-$(CONFIG_PCI) += pci/
> obj-$(CONFIG_ACPI) += acpi/
> +obj-y += serial/
> obj-$(CONFIG_PARPORT) += parport/
> -obj-y += base/ serial/ char/ block/ misc/ net/ media/
> +obj-y += base/ char/ block/ misc/ net/ media/
Hmm. Looking at this (and the init ordering), doesn't pci use stuff from
base, so wouldn't it make sense to move base/ to being the very first
thing? Pat?
(eg, when serial gets driverfs support)
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
-
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/