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