We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad29a2f commit e6340b6Copy full SHA for e6340b6
certs/Makefile
@@ -75,7 +75,7 @@ endif
75
$(obj)/system_certificates.o: $(obj)/signing_key.x509
76
77
$(obj)/signing_key.x509: $(X509_DEP) $(obj)/extract-cert FORCE
78
- $(call if_changed,extract_certs,$(if $(X509_DEP),$<,$(CONFIG_MODULE_SIG_KEY)))
+ $(call if_changed,extract_certs,$(if $(CONFIG_MODULE_SIG_KEY),$(if $(X509_DEP),$<,$(CONFIG_MODULE_SIG_KEY)),""))
79
endif # CONFIG_MODULE_SIG
80
81
targets += signing_key.x509
0 commit comments