[PATCH 3/3] efi: Correct .efi rules

Simon Glass sjg at chromium.org
Mon May 1 18:40:54 CEST 2023


Hi Heinrich,

On Sun, 30 Apr 2023 at 09:00, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
>
>
> Am 30. April 2023 03:21:47 MESZ schrieb Simon Glass <sjg at chromium.org>:
> >These files should have both 'always' and 'targets' so that dependencies
> >are detected correctly.
> >
> >When only 'always' is used, the target is built every time, although I am
> >not quite sure why.
> >
> >Make sure each has both 'always' and 'targets' to avoid this problem.
> >
> >Signed-off-by: Simon Glass <sjg at chromium.org>
> >---
> >
> > lib/efi_loader/Makefile | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> >diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
> >index 13a35eae6c06..1a8c8d7cab5c 100644
> >--- a/lib/efi_loader/Makefile
> >+++ b/lib/efi_loader/Makefile
>
> How about lib/efi_selftest/Makefile? Any changes needed there too?

Not that I can see.

Regards,
Simon


More information about the U-Boot mailing list