Re: [U-Boot] [PATCH 3/3] efi_loader: usage of always in Makefile

2017-09-08 Thread Simon Glass
On 4 September 2017 at 19:19, Heinrich Schuchardt wrote: > Variable always should only be appended but not overwritten by > lib/efi_loader/Makefile. > > Remove variable efiprogs which is not otherwise used. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/Makefile | 5 +++-- > 1 fil

[U-Boot] [PATCH 3/3] efi_loader: usage of always in Makefile

2017-09-04 Thread Heinrich Schuchardt
Variable always should only be appended but not overwritten by lib/efi_loader/Makefile. Remove variable efiprogs which is not otherwise used. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/efi_loader/Ma