mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-19 17:23:24 +08:00
x86: Move efi .lds files into the 'lib' directory
These files now need to be in a standard place so that they can be located by generic Makefile rules. Move them to the 'lib' directory. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
c65d76ed5f
commit
d36badfdc6
@ -45,7 +45,7 @@ endif
|
||||
|
||||
EFIPAYLOAD_BFDARCH = i386
|
||||
|
||||
LDSCRIPT_EFI := $(srctree)/$(CPUDIR)/efi/elf_$(EFIARCH)_efi.lds
|
||||
LDSCRIPT_EFI := $(srctree)/arch/x86/lib/elf_$(EFIARCH)_efi.lds
|
||||
EFISTUB := crt0-efi-$(EFIARCH).o reloc_$(EFIARCH).o
|
||||
OBJCOPYFLAGS_EFI += --target=efi-app-$(EFIARCH)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user