efi_loader: fix build error for freestanding.o
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 11 Mar 2019 21:04:51 +0000 (22:04 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 14 Mar 2019 20:03:14 +0000 (21:03 +0100)
commite616100eab84464f09baa93b3fe5c15087a385c1
tree8de7995d0936281661ee89cbb5c41969c478e929
parent3eeb09b4c06fd6eb5c724b21cd2ac538fc015a31
efi_loader: fix build error for freestanding.o

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>
lib/efi_selftest/efi_freestanding.c [new file with mode: 0644]
scripts/Makefile.lib