From abac64d4d0200de000e0ebc417cfd29fe0e0a431 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Wed, 27 Sep 2017 13:26:23 -0600 Subject: amd/stoneyridge: Add uart.c to smm-y list This corrects a build error when a developer needs DEBUG_SMM and one of the APU's internal UARTs is used. Change-Id: Ie1962e969a8cb93eefc0b86bf4062752580e5acd Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/21740 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/soc/amd/stoneyridge/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/stoneyridge/Makefile.inc') diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc index e93a961602..930b7653b9 100644 --- a/src/soc/amd/stoneyridge/Makefile.inc +++ b/src/soc/amd/stoneyridge/Makefile.inc @@ -93,6 +93,7 @@ ramstage-y += tsc_freq.c smm-y += smihandler.c smm-y += smi_util.c smm-y += tsc_freq.c +smm-$(CONFIG_DEBUG_SMI) += uart.c CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge/include -- cgit v1.2.3