summaryrefslogtreecommitdiffstats
path: root/util/x86emu/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/Config.lb')
-rw-r--r--util/x86emu/Config.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/x86emu/Config.lb b/util/x86emu/Config.lb
index 0721ecdfcd23..e5b4b3a2310b 100644
--- a/util/x86emu/Config.lb
+++ b/util/x86emu/Config.lb
@@ -1,11 +1,11 @@
uses CONFIG_PCI_OPTION_ROM_RUN_YABEL
-uses CONFIG_PCI_OPTION_ROM_RUN_VM86
+uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE
if CONFIG_PCI_OPTION_ROM_RUN_YABEL
dir yabel
dir x86emu
else
- if CONFIG_PCI_OPTION_ROM_RUN_VM86
+ if CONFIG_PCI_OPTION_ROM_RUN_REALMODE
object x86.o
object x86_interrupts.o
object x86_asm.S