Commit d5b719365ec13ef825f2548ba54903b9d029238c
1 parent
e7d113bcf2
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
MODSIGN: Make mrproper should remove generated files.
It doesn't, because the clean targets don't include kernel/Makefile, and because two files were missing from the list. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Showing 2 changed files with 4 additions and 2 deletions Side-by-side Diff
Makefile
... | ... | @@ -995,7 +995,10 @@ |
995 | 995 | arch/*/include/generated |
996 | 996 | MRPROPER_FILES += .config .config.old .version .old_version \ |
997 | 997 | include/linux/version.h \ |
998 | - Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS | |
998 | + Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ | |
999 | + signing_key.priv signing_key.x509 x509.genkey \ | |
1000 | + extra_certificates signing_key.x509.keyid \ | |
1001 | + signing_key.x509.signer | |
999 | 1002 | |
1000 | 1003 | # clean - Delete most, but leave enough to build external modules |
1001 | 1004 | # |
kernel/Makefile