aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Config.lb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb
index 55eea943ee..231c533bd3 100644
--- a/src/console/Config.lb
+++ b/src/console/Config.lb
@@ -3,6 +3,7 @@ uses CONFIG_CONSOLE_VGA
uses CONFIG_CONSOLE_BTEXT
uses CONFIG_CONSOLE_LOGBUF
uses CONFIG_USE_INIT
+uses CONFIG_USE_PRINTK_IN_CAR
object printk.o
if CONFIG_CONSOLE_SERIAL8250
@@ -24,5 +25,7 @@ object vtxprintf.o
object vsprintf.o
if CONFIG_USE_INIT
+ if CONFIG_USE_PRINTK_IN_CAR
initobject vtxprintf.o
+ end
end