aboutsummaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-05-13 13:37:43 -0500
committerAaron Durbin <adurbin@chromium.org>2015-05-13 20:53:38 +0200
commitfd6fb26ae77ae125fb9b9f0c7949e3e8b5796fd1 (patch)
treeb5912d0a5e9880f7ed3165fb5a6b2da49bc4dcdb /src/console/Makefile.inc
parentce2c50d895ea57798c1eb4296f205d593288925d (diff)
verstage: provide support for serial console
verstage previously lacked serial console support. Add the necessary objects and macro checks to allow verstage to include the serial console. Change-Id: Ibe911ad347cac0b089f5bc0d4263956f44f3d116 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/10196 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r--src/console/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc
index 75a75eb32e..cae8f605b8 100644
--- a/src/console/Makefile.inc
+++ b/src/console/Makefile.inc
@@ -6,6 +6,8 @@ ramstage-y += die.c
smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
smm-$(CONFIG_SMM_TSEG) += die.c
+verstage-y += init.c
+verstage-y += printk.c
verstage-y += vtxprintf.c
verstage-y += console.c
verstage-y += die.c