Jeff Epler wrote:
> On Mon, Nov 24, 2008 at 12:33:56PM -0800, Thomas L Marshall wrote:
>   
>> Is it possible to simply compile the module and copy it in place???
>>     
>
> No, not easily.  The scripts for building the kernel do some complicated
> things, and I'm not sure how to get things to the state where you can
> just build one kernel module from the kernel source distribution--all I
> am familiar with is how to build the whole kernel, or how to build
> modules that are designed to be built standalone using the
> kernel-headers package.
>   
I did this in the case of a CentOS distribution that didn't compile a 
particular kernel module.
There is a config file that specifies which kernel modules are to be 
built, not built, or built as loadable modules.
You change the letter to select which type of module you want the module 
built as.  When you then run the
kernel build procedure, it uses make, and so only builds what doesn't 
already exist or is out of date.
OOOhhhh, I WISH I had written all these details down when I did it!

Jon

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to