更新Makefile,提升编译速度

This commit is contained in:
fslongjin
2022-08-01 16:03:17 +08:00
parent bc1d2562c0
commit b2614801ac
6 changed files with 54 additions and 50 deletions

View File

@ -17,7 +17,7 @@ generate_kallsyms: kallsyms.o
nm -n $(kernel_root_path)/kernel | ./kallsyms > kallsyms.S
gcc -c kallsyms.S -o kallsyms.o
echo "Kallsyms generated."
@echo "Kallsyms generated."
clean: