Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/21740
Change subject: amd/stoneyridge: Add uart.c to smm-y list ......................................................................
amd/stoneyridge: Add uart.c to smm-y list
This corrects a build error when a developer need to use DEBUG_SMM and one of the APU's internal UARTs is used.
Change-Id: Ie1962e969a8cb93eefc0b86bf4062752580e5acd Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/stoneyridge/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/21740/1
diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc index e93a961..28b3244 100644 --- a/src/soc/amd/stoneyridge/Makefile.inc +++ b/src/soc/amd/stoneyridge/Makefile.inc @@ -93,6 +93,7 @@ smm-y += smihandler.c smm-y += smi_util.c smm-y += tsc_freq.c +smm-y += uart.c
CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge/include