diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-10-02 01:05:24 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-10-10 05:36:36 -0400 |
commit | d5b719365ec13ef825f2548ba54903b9d029238c (patch) | |
tree | c22d21c4351cb065f2f049a04223dd27fcbf5b6e /kernel/Makefile | |
parent | e7d113bcf243a838ba1c32025172ab214349dfad (diff) |
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>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index e951adf93567..d3611c8a6b8d 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -208,4 +208,3 @@ x509.genkey: | |||
208 | @echo >>x509.genkey "subjectKeyIdentifier=hash" | 208 | @echo >>x509.genkey "subjectKeyIdentifier=hash" |
209 | @echo >>x509.genkey "authorityKeyIdentifier=keyid" | 209 | @echo >>x509.genkey "authorityKeyIdentifier=keyid" |
210 | endif | 210 | endif |
211 | CLEAN_FILES += signing_key.priv signing_key.x509 x509.genkey extra_certificates | ||