Results 1 to 1 of 1
Hello All,
I am doing some development work which very often includes editing some linux kernel files. After making these changes, i am required to re-compile the kernel for the ...
- 02-11-2010 #1Just Joined!
- Join Date
- Aug 2009
- Location
- I can be found out in desert of Arizona or in Green fields of western India.
- Posts
- 5
Recompiling the linux Kernel after patching
Hello All,
I am doing some development work which very often includes editing some linux kernel files. After making these changes, i am required to re-compile the kernel for the changes to take effect in the kernel. Most of the times, the changed files are of driver/pci/ directory.
For re-compiling the kernel, I do following steps.
make clean
make bzImage
make install
Are these steps enough for the made changes to take effect properly ? Can you suggest some steps which I am missing here.
Thanks.


Reply With Quote