diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index ca0ca1066b04856a1d052aac4b03e67aeff5fd31..5cd4587480389e516dad418ae746ff37a50f08bb 100644 --- a/arch/x86/lib/Makefile +++ b/arch/x86/lib/Makefile @@ -4,9 +4,11 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. ifndef CONFIG_X86_64 +ifndef CONFIG_TPL_BUILD obj-y += bios.o obj-y += bios_asm.o obj-y += bios_interrupts.o +endif obj-y += string.o endif ifndef CONFIG_SPL_BUILD