Re: [PATCH] X.509: Fix certificate gathering again

From: David Howells
Date: Thu Feb 19 2015 - 07:27:01 EST


Michal Marek <mmarek@xxxxxxx> wrote:

> +X509_CERTIFICATES-y := $(wildcard *.x509)
> +ifneq ($(objtree),$(srctree))
> +X509_CERTIFICATES-y += $(wildcard $(srctree)/*.x509)
> +endif
> +X509_CERTIFICATES-$(CONFIG_MODULE_SIG) += signing_key.x509
> +X509_CERTIFICATES := $(sort $(X509_CERTIFICATES-y))

What will happen if there's a "signing_key.x509" in the source tree when O= is
used?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/