Skip to content

Commit

Permalink
KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kirill Tkhai authored and David Howells committed Dec 13, 2013
1 parent d7ec435 commit f46a3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ $(obj)/x509_certificate_list: $(X509_CERTIFICATES) $(obj)/.x509.list
targets += $(obj)/.x509.list
$(obj)/.x509.list:
@echo $(X509_CERTIFICATES) >$@
endif

clean-files := x509_certificate_list .x509.list
endif

ifeq ($(CONFIG_MODULE_SIG),y)
###############################################################################
Expand Down

0 comments on commit f46a3cb

Please sign in to comment.