瀏覽代碼

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>
Simon Glass 8 年之前
父節點
當前提交
d36badfdc6
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/config.mk
  2. 0 0
      arch/x86/lib/elf_ia32_efi.lds
  3. 0 0
      arch/x86/lib/elf_x86_64_efi.lds

+ 1 - 1
arch/x86/config.mk

@@ -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)
 

+ 0 - 0
arch/x86/cpu/efi/elf_ia32_efi.lds → arch/x86/lib/elf_ia32_efi.lds


+ 0 - 0
arch/x86/cpu/efi/elf_x86_64_efi.lds → arch/x86/lib/elf_x86_64_efi.lds