xref: /OK3568_Linux_fs/u-boot/arch/x86/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5ifeq ($(CONFIG_EFI_APP),)
6ifdef CONFIG_$(SPL_)X86_64
7head-y := arch/x86/cpu/start64.o
8else
9head-y := arch/x86/cpu/start.o
10endif
11endif
12
13head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
14head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
15
16libs-y += arch/x86/cpu/
17libs-y += arch/x86/lib/
18