projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ec435
)
KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y
author
Kirill Tkhai
<tkhai@yandex.ru>
Tue, 10 Dec 2013 18:39:57 +0000
(22:39 +0400)
committer
David Howells
<dhowells@redhat.com>
Fri, 13 Dec 2013 15:59:11 +0000
(15:59 +0000)
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>
kernel/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/kernel/Makefile
b/kernel/Makefile
index c23bb0b30293354443b47c5806d6b145d5842a06..bc010ee272b6cfec39892e6cb04b98cc06995e1a 100644
(file)
--- a/
kernel/Makefile
+++ b/
kernel/Makefile
@@
-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)
###############################################################################