aboutsummaryrefslogtreecommitdiff
path: root/src/console/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/Config.lb')
-rw-r--r--src/console/Config.lb9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb
index f6ba5fce3f..0990e451dc 100644
--- a/src/console/Config.lb
+++ b/src/console/Config.lb
@@ -1,5 +1,5 @@
uses CONFIG_CONSOLE_SERIAL8250 CONFIG_CONSOLE_VGA CONFIG_CONSOLE_BTEXT
-uses CONFIG_CONSOLE_LOGBUF CONFIG_CONSOLE_SROM
+uses CONFIG_CONSOLE_LOGBUF
uses CONFIG_USE_INIT
object printk.o
@@ -16,13 +16,12 @@ end
if CONFIG_CONSOLE_LOGBUF
driver logbuf_console.o
end
-if CONFIG_CONSOLE_SROM
- driver srom_console.o
-end
object console.o
+object vtxprintf.o
object vsprintf.o
if CONFIG_USE_INIT
- initobject vsprintf.o
+ initobject vtxprintf.o
end
+