summaryrefslogtreecommitdiff
path: root/src/pc80/vga/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80/vga/Config.lb')
-rw-r--r--src/pc80/vga/Config.lb9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pc80/vga/Config.lb b/src/pc80/vga/Config.lb
new file mode 100644
index 0000000000..0608d9579f
--- /dev/null
+++ b/src/pc80/vga/Config.lb
@@ -0,0 +1,9 @@
+uses CONFIG_VGA
+
+# always build this.
+object vga_io.o
+
+# this adds a vga modeset including a huge font.
+if CONFIG_VGA
+ object vga.o
+end