From 86024954dfa06af9a9a7e5f19ab5aae32eb14909 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 3 Feb 2021 23:44:28 +0100 Subject: soc/amd/cezanne: select ACPI support and make the compiler happy Follow-up patches will add more functionality. Signed-off-by: Felix Held Signed-off-by: Raul E Rangel Change-Id: I9b806569154e46418fa7d4fa35575a0acfec9132 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50273 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd/cezanne/Makefile.inc') diff --git a/src/soc/amd/cezanne/Makefile.inc b/src/soc/amd/cezanne/Makefile.inc index 2bb9fb10bf..d395089242 100644 --- a/src/soc/amd/cezanne/Makefile.inc +++ b/src/soc/amd/cezanne/Makefile.inc @@ -24,6 +24,7 @@ romstage-y += reset.c romstage-y += romstage.c romstage-y += uart.c +ramstage-y += acpi.c ramstage-y += chip.c ramstage-y += cpu.c ramstage-y += fch.c @@ -37,6 +38,7 @@ ramstage-y += uart.c smm-y += smihandler.c CPPFLAGS_common += -I$(src)/soc/amd/cezanne/include +CPPFLAGS_common += -I$(src)/soc/amd/cezanne/acpi CPPFLAGS_common += -I$(src)/vendorcode/amd/fsp/cezanne $(call strip_quotes,$(CONFIG_FSP_M_CBFS))-options := -b $(CONFIG_FSP_M_ADDR) -- cgit v1.2.3