summaryrefslogtreecommitdiffstats
path: root/src/pc80/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80/Config.lb')
-rw-r--r--src/pc80/Config.lb21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb
deleted file mode 100644
index 24af51c2081c..000000000000
--- 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