I see that I can easily do a "make module" to build only the modules, so I was wondering if there is an equivalent "make module-install" type ability? I realize that I can easily do a "find . -name ''*.ko''" and pick up the modules, but if one is available I''d prefer to use that. Thanks... -- Makia Minich <minich@ornl.gov> National Center for Computation Science Oak Ridge National Laboratory Phone: 865.574.7460
Minich, Makia wrote:> I see that I can easily do a "make module" to build only the modules, so > I was wondering if there is an equivalent "make module-install" type > ability? I realize that I can easily do a "find . -name ''*.ko''" and > pick up the modules, but if one is available I''d prefer to use that. > > Thanks... >If you''re talking about the Lustre tree, "make install" probably does what you want. In the 1.6 betas, there''s also a lustre/utils/module_setup.sh script.