Compile the kernel makedep-Linux general technology-Linux programming and kernel information. The following is a detailed description. Dependence dependency.
Make dep means that if you use program A (such as supporting special devices), and A needs B (for example, B is A module/subroutine of ).
When you make config, you can change the driver of a device from Kernel support to module, or cancel the support, which may affect a parameter of B.
You need to re-compile B, re-compile or connect A... if the number of programs is very large, it is difficult for you to do this manually.
Therefore, make dep. If you make menu, make config, or make xconfig, direct reboot will be faster.
But your kernel has not changed at all. ^ = ^
Make xconfig;
Make dep;
Make clean;
Make bzImage;
Make modules;
Make modules_install
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service