diff options
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r-- | src/console/Makefile.inc | 2 |
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 |