diff options
| author | Simon Glass <[email protected]> | 2025-03-15 14:25:27 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-03 11:41:55 -0600 |
| commit | 05b8f8a95d23ad0e1e800fc11029c0479cba976b (patch) | |
| tree | c752d6a80ee464bf6be4b73f2874d624aec93598 | |
| parent | 6f18c59315ac3eed41a9a120546e2f93bcc38f94 (diff) | |
x86: Drop mpspec from the SPL build
This is not needed in SPL, so drop it.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/x86/lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
