
14 Mar
2019
14 Mar
'19
9:16 p.m.
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@gmx.de
Looking around, using #include is the way we've solved this kind of problem elsewhere too, so: Reviewed-by: Tom Rini trini@konsulko.com
And please put together a PR soon, I've hit this problem a few times locally today :) Thanks!
--
Tom