Re: [gentoo-user] genkernel compile only one new module

2012-11-08 Thread Mark David Dumlao
make was specifically designed so that by default, it would only compile things whose dependencies had changed since last run. If your kernel config had not selected the object before, and all you do is add it as a module, then when you rerun make, only that module should be recompiled. However if

Re: [gentoo-user] genkernel compile only one new module

2012-11-08 Thread mindrunner
Why exactly would you do this? Just because of saving time? If you do not clean kernel dir, it will compile very fast. On 11/08/2012 07:02 PM, Bruce Hill wrote: > On Thu, Nov 08, 2012 at 06:55:31PM +0100, "ifj. Stefán István" > wrote: >> Hello! >> >> I have a quite good kernel, but today I realise

Re: [gentoo-user] genkernel compile only one new module

2012-11-08 Thread Bruce Hill
On Thu, Nov 08, 2012 at 06:55:31PM +0100, "ifj. Stefán István" wrote: > Hello! > > I have a quite good kernel, but today I realised that I need a kernel > module that hadn't been compiled before. > Is there any way to compile only that new module, and not compiling the > whole kernel and all of

[gentoo-user] genkernel compile only one new module

2012-11-08 Thread ifj. Stefán István
Hello! I have a quite good kernel, but today I realised that I need a kernel module that hadn't been compiled before. Is there any way to compile only that new module, and not compiling the whole kernel and all of the modules again? Thanks, István