]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
x86: Move efi .S files into the 'lib' directory
authorSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2016 15:47:14 +0000 (08:47 -0700)
committerAlexander Graf <agraf@suse.de>
Mon, 14 Nov 2016 22:24:04 +0000 (23:24 +0100)
commit2dcd4e9ee1b6dc0f0ba1d89a7af3987ea47dda23
treebee452040b1403b2feab1709c8fff3b44e80bbfa
parentd36badfdc6a47ae1377dde809c9ea6f6249f5c15
x86: Move efi .S 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>
Makefile
arch/x86/config.mk
arch/x86/lib/Makefile
arch/x86/lib/crt0_ia32_efi.S [moved from arch/x86/lib/efi/crt0-efi-ia32.S with 100% similarity]
arch/x86/lib/crt0_x86_64_efi.S [moved from arch/x86/lib/efi/crt0-efi-x86_64.S with 100% similarity]
arch/x86/lib/efi/Makefile
arch/x86/lib/reloc_ia32_efi.c [moved from arch/x86/lib/efi/reloc_ia32.c with 100% similarity]
arch/x86/lib/reloc_x86_64_efi.c [moved from arch/x86/lib/efi/reloc_x86_64.c with 100% similarity]