Table of Contents
Linux kernel and modules compilation
Linux kernel and modules
# make clean # make mrproper # make defconfig|oldconfig|olddefconfig # make menuconfig # scripts/config --disable SYSTEM_TRUSTED_KEYS # scripts/config --disable SYSTEM_REVOCATION_KEYS # make -jX # make INSTALL_MOD_STRIP=1 modules_install # make install
3rd party modules
# cd /path/to/module_src # make -C /lib/modules/5.10.0-12-amd64/build M=`pwd`