]> git.baikalelectronics.ru Git - uboot.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)
commit0e807b4bc62fe2c48e4a0c1d6cf99b9b05aba31b
tree805558cecfba73806dabd27e6c8c299a03036310
parentd3d90ec37ac16086b1ef6d8f8cc94efeace2bd4b
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