Re: [U-Boot] [PATCH 1/1] efi_loader: avoid make race condition

2018-05-29 Thread Tuomas Tynkkynen
Hi, On 05/27/2018 11:28 PM, Heinrich Schuchardt wrote: When building .efi targets a race condition was observed: If %_efi.so is not yet built before trying to build %.efi and error *** No rule to make target '%.efi' occurs. By explicitly adding %_efi.so to the targets this is avoided. Reported

[U-Boot] [PATCH 1/1] efi_loader: avoid make race condition

2018-05-27 Thread Heinrich Schuchardt
When building .efi targets a race condition was observed: If %_efi.so is not yet built before trying to build %.efi and error *** No rule to make target '%.efi' occurs. By explicitly adding %_efi.so to the targets this is avoided. Reported-by: Tuomas Tynkkynen Signed-off-by: Heinrich Schuchardt