David, On Thursday 27 December 2001 12:22 am, David Douthitt wrote: > In Linux 2.2, a compiled version of the kernel creates a directory > linux/modules with all the modules linked to, with files containing a > list of each set of modules (like NET_MODULES, etc.). > > Where's this directory gone in 2.4?
In 2.4, "make modules_install" is recursive with each subordinate Makefile being responsible for installing the modules that it creates. Consequently, there is no longer a need for a centralized 'module' directory. If you want to create a module directory: make modules_install INSTALL_MOD_PATH=<directory> where <directory> is an existing directory. Under <directory>, you will create lib/modules/<kernel version>/kernel that will contain the various modules under directories like "drivers", "net", etc. -Tom -- Tom Eastep \ [EMAIL PROTECTED] AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ Firewalls for Linux 2.4 _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel