From: Simon Glass Date: Sat, 15 Mar 2025 14:25:27 +0000 (+0000) Subject: x86: Drop mpspec from the SPL build X-Git-Tag: v2025.07-rc1~119^2~9^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b8f8a95d23ad0e1e800fc11029c0479cba976b;p=pandora-u-boot.git x86: Drop mpspec from the SPL build This is not needed in SPL, so drop it. Signed-off-by: Simon Glass --- diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index 43e6a1de77d..a908356e8a6 100644 --- a/arch/x86/lib/Makefile +++ b/arch/x86/lib/Makefile @@ -26,7 +26,9 @@ obj-y += e820.o obj-y += init_helpers.o obj-y += interrupts.o obj-y += lpc-uclass.o +ifndef CONFIG_XPL_BUILD obj-y += mpspec.o +endif obj-$(CONFIG_$(PHASE_)ACPIGEN) += acpi_nhlt.o obj-y += northbridge-uclass.o obj-$(CONFIG_I8259_PIC) += i8259.o