]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader/efi: Only include interpreter's linker script
authorWarner Losh <imp@FreeBSD.org>
Sun, 25 Feb 2024 00:57:29 +0000 (17:57 -0700)
committerWarner Losh <imp@FreeBSD.org>
Sun, 25 Feb 2024 00:57:29 +0000 (17:57 -0700)
commitf5f08e41aa57f94e3c127a488a82b4e518781f89
tree1851c5939faf03c7f4e40cc59c7450947497d5b2
parent8ec8413faa3573c579d9e6361de904f8251b0c0e
loader/efi: Only include interpreter's linker script

For safety, only include the interpreter's linker script. Note that the
simple loader doesn't have one, but it's not an error to copy a ELF
section that does not exist. No functional change, however.

Sponsored by: Netflix
Reviewed by: tsoome, kevans
Differential Revision: https://reviews.freebsd.org/D44064
stand/efi/loader/Makefile