aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/genoa/Makefile.inc')
-rw-r--r--src/soc/amd/genoa/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/genoa/Makefile.inc b/src/soc/amd/genoa/Makefile.inc
index 4b47886872..54c4a27883 100644
--- a/src/soc/amd/genoa/Makefile.inc
+++ b/src/soc/amd/genoa/Makefile.inc
@@ -13,6 +13,7 @@ bootblock-y += aoac.c
romstage-y += romstage.c
+ramstage-y += acpi.c
ramstage-y += aoac.c
ramstage-y += chip.c
ramstage-y += cpu.c
@@ -23,6 +24,7 @@ ramstage-y += mca.c
smm-y += smihandler.c
+CPPFLAGS_common += -I$(src)/soc/amd/genoa/acpi
CPPFLAGS_common += -I$(src)/soc/amd/genoa/include
ifeq ($(call int-gt, $(CONFIG_ROM_SIZE) 0x1000000), 1)