1e19db555SDaniel Schwierzeck# SPDX-License-Identifier: GPL-2.0+ 2e19db555SDaniel Schwierzeck 33dcdd17bSBen Stoltzifeq ($(CONFIG_EFI_APP),) 4*dca9220cSSimon Glassifdef CONFIG_$(SPL_)X86_64 5*dca9220cSSimon Glasshead-y := arch/x86/cpu/start64.o 6*dca9220cSSimon Glasselse 7e19db555SDaniel Schwierzeckhead-y := arch/x86/cpu/start.o 83dcdd17bSBen Stoltzendif 9*dca9220cSSimon Glassendif 10*dca9220cSSimon Glass 11972188b3SSimon Glasshead-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o 12972188b3SSimon Glasshead-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o 13e19db555SDaniel Schwierzeck 14e19db555SDaniel Schwierzecklibs-y += arch/x86/cpu/ 15e19db555SDaniel Schwierzecklibs-y += arch/x86/lib/ 16