diff options
Diffstat (limited to 'src/pc80')
-rw-r--r-- | src/pc80/Config.lb | 21 | ||||
-rw-r--r-- | src/pc80/vga/Config.lb | 9 |
2 files changed, 0 insertions, 30 deletions
diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb deleted file mode 100644 index 24af51c208..0000000000 --- a/src/pc80/Config.lb +++ /dev/null @@ -1,21 +0,0 @@ -uses CONFIG_UDELAY_IO -uses CONFIG_USE_INIT -uses CONFIG_ARCH_X86 - -object mc146818rtc.o -object isa-dma.o -object i8259.o - -if CONFIG_UDELAY_IO - object udelay_io.o -end - -dir vga - -object keyboard.o - -if CONFIG_ARCH_X86 - if CONFIG_USE_INIT - initobject serial.o - end -end diff --git a/src/pc80/vga/Config.lb b/src/pc80/vga/Config.lb deleted file mode 100644 index 0608d9579f..0000000000 --- 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 |