]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: Correct .efi rules
authorSimon Glass <sjg@chromium.org>
Sun, 30 Apr 2023 01:21:47 +0000 (19:21 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 31 May 2023 21:23:01 +0000 (17:23 -0400)
commitc52bd0362dc3830013de290d02ea69181a0ab8e6
tree805558cecfba73806dabd27e6c8c299a03036310
parent1e4d965b592fb2f790948eed2db8010bda674fc5
efi: Correct .efi rules

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@chromium.org>
lib/efi_loader/Makefile