Re: kernel internal built in module loading order

From: Michael Ruan
Date: Fri Oct 20 2006 - 19:44:35 EST


Hi,
Does the kernel load internal built in modules (obj-y) in a certain
order, or in a random order? Does the kernel internal module loading
based on a configuration file?
I am running an ARM system, is there a way to delay the Ethernet module
loading until some other internal modules are loaded?
Thank you.

Yes, it follows some rules.

Please refer to the "3.2 Built-in object goals - obj-y" section of your
kernel_source_root/Documentation/kbuild/makefiles.txt

Michael
-
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/