1e19db555SDaniel Schwierzeck# 2e19db555SDaniel Schwierzeck# SPDX-License-Identifier: GPL-2.0+ 3e19db555SDaniel Schwierzeck# 4e19db555SDaniel Schwierzeck 53dcdd17bSBen Stoltzifeq ($(CONFIG_EFI_APP),) 6*dca9220cSSimon Glassifdef CONFIG_$(SPL_)X86_64 7*dca9220cSSimon Glasshead-y := arch/x86/cpu/start64.o 8*dca9220cSSimon Glasselse 9e19db555SDaniel Schwierzeckhead-y := arch/x86/cpu/start.o 103dcdd17bSBen Stoltzendif 11*dca9220cSSimon Glassendif 12*dca9220cSSimon Glass 13972188b3SSimon Glasshead-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o 14972188b3SSimon Glasshead-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o 15e19db555SDaniel Schwierzeck 16e19db555SDaniel Schwierzecklibs-y += arch/x86/cpu/ 17e19db555SDaniel Schwierzecklibs-y += arch/x86/lib/ 18