Skip to content

Commit f46a3cb

Browse files
tkhaidhowells
authored andcommitted
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>
1 parent d7ec435 commit f46a3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ $(obj)/x509_certificate_list: $(X509_CERTIFICATES) $(obj)/.x509.list
165165
targets += $(obj)/.x509.list
166166
$(obj)/.x509.list:
167167
@echo $(X509_CERTIFICATES) >$@
168+
endif
168169

169170
clean-files := x509_certificate_list .x509.list
170-
endif
171171

172172
ifeq ($(CONFIG_MODULE_SIG),y)
173173
###############################################################################

0 commit comments

Comments
 (0)