aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/boot/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/boot/Makefile.inc')
-rw-r--r--src/arch/x86/boot/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/boot/Makefile.inc b/src/arch/x86/boot/Makefile.inc
index d3a5f2163c..4b4a841b4e 100644
--- a/src/arch/x86/boot/Makefile.inc
+++ b/src/arch/x86/boot/Makefile.inc
@@ -1,4 +1,5 @@
-romstage-y += cbmem.c
+romstage-$(CONFIG_EARLY_CBMEM_INIT) += cbmem.c
+romstage-$(CONFIG_HAVE_ACPI_RESUME) += cbmem.c
ramstage-y += boot.c
ramstage-$(CONFIG_MULTIBOOT) += multiboot.c