Commit d5b719365ec13ef825f2548ba54903b9d029238c

Authored by Rusty Russell
1 parent e7d113bcf2

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

... ... @@ -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 #
... ... @@ -208,5 +208,4 @@
208 208 @echo >>x509.genkey "subjectKeyIdentifier=hash"
209 209 @echo >>x509.genkey "authorityKeyIdentifier=keyid"
210 210 endif
211   -CLEAN_FILES += signing_key.priv signing_key.x509 x509.genkey extra_certificates