summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Config.lb15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb
new file mode 100644
index 0000000000..48ce3f6f5a
--- /dev/null
+++ b/src/console/Config.lb
@@ -0,0 +1,15 @@
+object printk.o
+if CONFIG_CONSOLE_SERIAL8250
+ driver uart8250_console.o
+end
+if CONFIG_CONSOLE_VGA
+ driver vga_console.o
+end
+if CONFIG_CONSOLE_LOGBUF
+ driver logbuf_console.o
+end
+if CONFIG_CONSOLE_SROM
+ driver srom_console.o
+end
+object console.o
+object vsprintf.o