]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdc19fbec8fbcd1b810981094fea25baeed1ee2ed
tree8de7995d0936281661ee89cbb5c41969c478e929
parentf467351a31d3998f4604769541a8e494be07e8fa
efi_loader: fix build error for freestanding.o

Since commit 240075ec892a9 ("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: 240075ec892a9 ("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