aboutsummaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r--src/console/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc
index e3b3780324..435d7049ea 100644
--- a/src/console/Makefile.inc
+++ b/src/console/Makefile.inc
@@ -6,8 +6,8 @@ ramstage-y += die.c
smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
smm-$(CONFIG_SMM_TSEG) += die.c
-romstage-$(CONFIG_EARLY_CONSOLE) += vtxprintf.c printk.c
-romstage-$(CONFIG_EARLY_CONSOLE) += init.c console.c
+romstage-y += vtxprintf.c printk.c
+romstage-y += init.c console.c
romstage-y += post.c
romstage-y += die.c