
25 Sep
2019
25 Sep
'19
4:57 p.m.
We don't generally have enough space to run this, so don't build it into TPL. This helps reduce the size of TPL.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/x86/lib/Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index ca0ca1066b0..5cd45874803 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
--
2.23.0.444.g18eeb5a265-goog