X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fx86%2FMakefile;h=d104a497301dd3e41b828a03beda6178e40fbae8;hb=cbb2f2785439e17ddd03a0b1d70918d7fba2060a;hp=36a601822a204c476be6f129e2c810498763c765;hpb=8f02caac64980faa73b2bf00462b400c86257d04;p=karo-tx-uboot.git diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 36a601822a..d104a49730 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -2,7 +2,9 @@ # SPDX-License-Identifier: GPL-2.0+ # +ifeq ($(CONFIG_EFI_APP),) head-y := arch/x86/cpu/start.o +endif ifeq ($(CONFIG_SPL_BUILD),y) head-y += arch/x86/cpu/start16.o head-y += arch/x86/cpu/resetvec.o