summaryrefslogtreecommitdiffstats
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, 0 insertions, 9 deletions
diff --git a/src/pc80/vga/Config.lb b/src/pc80/vga/Config.lb
deleted file mode 100644
index 0608d9579fdf..000000000000
--- a/src/pc80/vga/Config.lb
+++ /dev/null
@@ -1,9 +0,0 @@
-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