]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: arm: x86: riscv: Drop crt0/relocal extra- rules
authorSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 21:59:32 +0000 (23:59 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Oct 2024 04:04:56 +0000 (22:04 -0600)
commit69616cec72cf83ca06c970b53d3ac479223fb886
treeb83a50b6cbcaefb0641e66998a4ca90cddbbef27
parent6fe80876dcc7d5b22ef1b88db14209770716c3cb
efi: arm: x86: riscv: Drop crt0/relocal extra- rules

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>
Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/arm/lib/Makefile
arch/riscv/lib/Makefile
arch/x86/lib/Makefile