Re: [PATCH 2/4] scripts/Makefile.lib: add -L option to LD command for EFI binaries

2025-01-15 Thread Ilias Apalodimas
On Tue, 14 Jan 2025 at 12:30, Heinrich Schuchardt wrote: > > The linker uses the path specified with -L to search for linker scripts > and for linker script includes. > > For out-of-tree builds specify the build directory with -L instead of > the absolute path of the linker script. This allows usi

[PATCH 2/4] scripts/Makefile.lib: add -L option to LD command for EFI binaries

2025-01-14 Thread Heinrich Schuchardt
The linker uses the path specified with -L to search for linker scripts and for linker script includes. For out-of-tree builds specify the build directory with -L instead of the absolute path of the linker script. This allows using an INCLUDE statement. Signed-off-by: Heinrich Schuchardt --- sc