x86: Drop mpspec from the SPL build
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:27 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
This is not needed in SPL, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/Makefile

index 43e6a1d..a908356 100644 (file)
@@ -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