From f41ca1ed76f6bffdfdec2b84263380ef08342b09 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 12 Feb 2021 16:57:49 -0700 Subject: soc/amd/cezanne: Add uart.c to smm so we can support DEBUG_SMI Signed-off-by: Raul E Rangel Change-Id: Ife43352db564654ed538383a157431ee10856518 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50617 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/cezanne/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/cezanne/Makefile.inc b/src/soc/amd/cezanne/Makefile.inc index 697d412464..589e760bf7 100644 --- a/src/soc/amd/cezanne/Makefile.inc +++ b/src/soc/amd/cezanne/Makefile.inc @@ -37,6 +37,7 @@ ramstage-y += root_complex.c ramstage-y += uart.c smm-y += smihandler.c +smm-$(CONFIG_DEBUG_SMI) += uart.c CPPFLAGS_common += -I$(src)/soc/amd/cezanne/include CPPFLAGS_common += -I$(src)/soc/amd/cezanne/acpi -- cgit v1.2.3