Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Kernel => Topic started by: mohit.saha on June 18, 2008, 06:27:23 AM

Title: Kernel Compilation: Time saving
Post by: mohit.saha on June 18, 2008, 06:27:23 AM
Hi,

I have added some new code to linux kernel. But one thing is that it affects some file only. like added or changed a few .h and .c files. But do i have to always compile the whole kernel? I am following the following steps:

Code: [Select]
$make mrproper
$make oldconfig
$make xconfig
$make
$make modules_install
$make install

Is it required to compile the whole kernel every time we make any change to it or there is some other time saving method?

Please Reply As early as possible. Thanks in advance.