]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[linux] Centralise the linker script for Linux binaries
authorMichael Brown <mcb30@ipxe.org>
Sun, 22 Jan 2023 12:05:14 +0000 (12:05 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 22 Jan 2023 12:38:03 +0000 (12:38 +0000)
commit475c0dfa8e5b841ff29d3fbf7d6828e3cdd05ad5
tree6b3dc78383e712a409892ca0c38cf868219974d4
parenta99e435c8e24887ce80c322029ba23103e00d1c2
[linux] Centralise the linker script for Linux binaries

Reduce duplication between i386 and x86_64 by providing a single
shared linker script that both architectures can include.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.linux
src/arch/i386/Makefile.linux
src/arch/x86_64/Makefile.linux
src/arch/x86_64/scripts/linux.lds [deleted file]
src/scripts/linux.lds [moved from src/arch/i386/scripts/linux.lds with 91% similarity]