NotePublic/Software/Development/OperatingSystem/Linux/Kernel/Linux_Kernel_开发常用命令.md
rick.chan 8b520b8451 修正高亮标签.
Signed-off-by: rick.chan <chenyang@autoai.com>
2020-05-20 16:18:39 +08:00

204 B

Linux Kernel 开发常用命令

make menuconfig
make LOCALVERSION="" -j<n>
make -C <kernel source dir> M=<modules dir> modules
make modules_install INSTALL_MOD_PATH=<target dir>
make clean