[U-Boot] [PATCH v2 1/1] efi_loader: fix build error for freestanding.o
Tom Rini
trini at konsulko.com
Thu Mar 14 20:16:42 UTC 2019
On Thu, Mar 14, 2019 at 09:13:34PM +0100, Heinrich Schuchardt wrote:
> Since commit f51a226436a87 ("efi_loader: provide freestanding library") in
> parallel builds errors
>
> lib/efi_selftest/../efi_loader/efi_freestanding.o:
> file not recognized: File truncated
>
> occur. Obviously make cannot correctly sequence parallel builds with a
> dependency like ../efi_loader/efi_freestanding.o.
>
> Fixes: f51a226436a87 ("efi_loader: provide freestanding library")
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Looking around, using #include is the way we've solved this kind of
problem elsewhere too, so:
Reviewed-by: Tom Rini <trini at konsulko.com>
And please put together a PR soon, I've hit this problem a few times
locally today :) Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190314/62d9d906/attachment.sig>
More information about the U-Boot
mailing list