From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4619301039390002876==" MIME-Version: 1.0 From: Jarkko Sakkinen To: kbuild-all@lists.01.org Subject: Re: [jarkko-linux-tpmdd:master 16/17] COPYING CREDITS Documentation Kbuild Kconfig LICENSES MAINTAINERS Makefile README arch block certs crypto drivers fs include init ipc kernel lib mm net samples scripts security sound tools usr virt No rule to make target 'security/keys/trusted-keys/tpm2key.asn1.h', needed by 'security/keys/trusted-keys/trusted_tpm2.o'. Date: Wed, 24 Feb 2021 18:49:16 +0200 Message-ID: In-Reply-To: <75e15b1ad14da4b1e0fe6b509fb19f3035c9ebba.camel@HansenPartnership.com> List-Id: --===============4619301039390002876== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Sun, Feb 21, 2021 at 12:48:33PM -0800, James Bottomley wrote: > On Sun, 2021-02-21 at 04:10 +0200, Jarkko Sakkinen wrote: > > James, = > > = > > Any clue, I can fix this inline, if you could check the issue and > > tell what to do. Thanks. > = > OK, I found the issue. In commit > = > commit 6bf16dc226a0593a197c4c9648d089a8a3e7799b > Author: James Bottomley > Date: Wed Jan 27 11:06:16 2021 -0800 > = > security: keys: trusted: use ASN.1 TPM2 key format for the blobs > = > = > You managed to lose the = > = > security/keys/trusted-keys/tpm2key.asn1 > = > File. > = > So this isn't even a cross compile error. > = > James > = > = > = Can you send a new version with fixes that I fixed manually, i.e. checkpatch error and: $(obj)/trusted_tpm2.o: $(obj)/tpm2key.asn1.h trusted-y +=3D trusted_tpm2.o trusted-y +=3D tpm2key.asn1.o I.e. separate lines. I'll just apply that. /Jarkko --===============4619301039390002876==--