diff options
author | Kirill Tkhai <tkhai@yandex.ru> | 2013-12-10 13:39:57 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-12-13 10:59:11 -0500 |
commit | f46a3cbbebdaa5ca7b3ab23d7b81925dbe152bcb (patch) | |
tree | ca3a5af5e28c4cfd48a2ce07e30298cc2ac378e3 /kernel/Makefile | |
parent | d7ec435fdd03cfee70dba934ee384acc87bd6d00 (diff) |
KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y
Always remove generated SYSTEM_TRUSTED_KEYRING files while doing make mrproper.
Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index c23bb0b30293..bc010ee272b6 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -165,9 +165,9 @@ $(obj)/x509_certificate_list: $(X509_CERTIFICATES) $(obj)/.x509.list | |||
165 | targets += $(obj)/.x509.list | 165 | targets += $(obj)/.x509.list |
166 | $(obj)/.x509.list: | 166 | $(obj)/.x509.list: |
167 | @echo $(X509_CERTIFICATES) >$@ | 167 | @echo $(X509_CERTIFICATES) >$@ |
168 | endif | ||
168 | 169 | ||
169 | clean-files := x509_certificate_list .x509.list | 170 | clean-files := x509_certificate_list .x509.list |
170 | endif | ||
171 | 171 | ||
172 | ifeq ($(CONFIG_MODULE_SIG),y) | 172 | ifeq ($(CONFIG_MODULE_SIG),y) |
173 | ############################################################################### | 173 | ############################################################################### |