Hi Heinrich, On Sun, 30 Apr 2023 at 09:00, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > > > Am 30. April 2023 03:21:47 MESZ schrieb Simon Glass <s...@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 <s...@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