commit | b343ee3bb827dac62cc9caccb6018bd5158257c1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 26 23:59:31 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 09 22:04:56 2024 -0600 |
tree | 1d53013c97d242e05c8265e59077f07db719d03e | |
parent | 67aadc1e3aacd8806ec9bc39033223731e347902 [diff] |
efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE This is not actually a command so the name is confusing. Use BOOTEFI_HELLO_COMPILE instead. Put it in the efi_loader directory with the other such config options. The link rule (for $(obj)/%_efi.so) in scripts/Makefile.lib handles pulling in efi_crt0.o and efi_reloc.o so drop the 'extra' rules. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>