summaryrefslogtreecommitdiff
path: root/src/pc80/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80/Config.lb')
-rw-r--r--src/pc80/Config.lb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb
index 1750a83bde..7eb32b239f 100644
--- a/src/pc80/Config.lb
+++ b/src/pc80/Config.lb
@@ -1,11 +1,16 @@
uses CONFIG_IDE
uses CONFIG_CONSOLE_VGA
+uses CONFIG_UDELAY_IO
object mc146818rtc.o
object isa-dma.o
object i8259.o
#object udelay_timer2.o CONFIG_UDELAY_TIMER2
+if CONFIG_UDELAY_IO
+ object udelay_io.o
+end
+
if CONFIG_IDE
dir ide
end