Build Linux Kernel
This is the steps for build a linux kernel:
make menuconfig
make
make modules_install
make install
Note:
Do not forgot doing “make modules_install” before “make install”
This is the steps for build a linux kernel:
make menuconfig
make
make modules_install
make install
Note:
Do not forgot doing “make modules_install” before “make install”