lkml.org 
[lkml]   [2015]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] X.509: Fix certificate gathering again
Date
Michal Marek <mmarek@suse.cz> 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


\
 
 \ /
  Last update: 2015-02-19 13:41    [W:0.052 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site