]> Git Repo - J-u-boot.git/blame - arch/x86/Makefile
imx: Add iMX91 support
[J-u-boot.git] / arch / x86 / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
e19db555 2
3dcdd17b 3ifeq ($(CONFIG_EFI_APP),)
c46760d5 4ifdef CONFIG_$(XPL_)X86_64
dca9220c
SG
5head-y := arch/x86/cpu/start64.o
6else
5c10c8ba 7ifeq ($(CONFIG_$(PHASE_)X86_16BIT_INIT),y)
e19db555 8head-y := arch/x86/cpu/start.o
051c31b7
SG
9else
10ifndef CONFIG_SPL
11head-y := arch/x86/cpu/start.o
12else
bef9fdbe 13ifdef CONFIG_XPL_BUILD
051c31b7
SG
14head-y = arch/x86/cpu/start_from_tpl.o
15else
16head-y = arch/x86/cpu/start_from_spl.o
17endif
18endif
3dcdd17b 19endif
dca9220c 20endif
051c31b7 21endif # EFI
dca9220c 22
5c10c8ba
SG
23head-$(CONFIG_$(PHASE_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
24head-$(CONFIG_$(PHASE_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
e19db555
DS
25
26libs-y += arch/x86/cpu/
27libs-y += arch/x86/lib/
This page took 0.35666 seconds and 4 git commands to generate.