1e19db555SDaniel Schwierzeck# 2e19db555SDaniel Schwierzeck# SPDX-License-Identifier: GPL-2.0+ 3e19db555SDaniel Schwierzeck# 4e19db555SDaniel Schwierzeck 53dcdd17bSBen Stoltzifeq ($(CONFIG_EFI_APP),) 6e19db555SDaniel Schwierzeckhead-y := arch/x86/cpu/start.o 73dcdd17bSBen Stoltzendif 8*972188b3SSimon Glasshead-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o 9*972188b3SSimon Glasshead-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o 10e19db555SDaniel Schwierzeck 11e19db555SDaniel Schwierzecklibs-y += arch/x86/cpu/ 12e19db555SDaniel Schwierzecklibs-y += arch/x86/lib/ 13