[ltp] undervolt: speedstep-centrino as module

Damien Challet linux-thinkpad@linux-thinkpad.org
Mon, 10 Apr 2006 19:49:24 +0100


>     $ cd /usr/src/linux
>     $ touch arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
>     $ make modules
>         CHK     include/linux/version.h
>         CC [M]  arch/i386/kernel/cpu/cpufreq/speedstep-centrino.o
>         Building modules, stage 2.
>         MODPOST
>         LD [M]  arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko

Now assume that I have installed a binary kernel, and the source. I do not 
want to compile all the modules. What are the explicit line commands for 

 CC [M]  arch/i386/kernel/cpu/cpufreq/speedstep-centrino.o

and 

 LD [M]  arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko ?

Is it possible at all?

Thanks !

Damien