]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/x86/Makefile
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / arch / x86 / Makefile
1 #
2 # SPDX-License-Identifier: GPL-2.0+
3 #
4
5 ifeq ($(CONFIG_EFI_APP),)
6 ifdef CONFIG_$(SPL_)X86_64
7 head-y := arch/x86/cpu/start64.o
8 else
9 head-y := arch/x86/cpu/start.o
10 endif
11 endif
12
13 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
14 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
15
16 libs-y += arch/x86/cpu/
17 libs-y += arch/x86/lib/