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.lb17
1 files changed, 17 insertions, 0 deletions
diff --git a/util/x86emu/Config.lb b/util/x86emu/Config.lb
new file mode 100644
index 000000000000..3f925f76cd83
--- /dev/null
+++ b/util/x86emu/Config.lb
@@ -0,0 +1,17 @@
+uses CONFIG_PCI_OPTION_ROM_RUN_YABEL
+uses CONFIG_PCI_OPTION_ROM_RUN_VM86
+
+if CONFIG_PCI_OPTION_ROM_RUN_YABEL
+ dir yabel
+ dir x86emu
+else
+ if CONFIG_PCI_OPTION_ROM_RUN_VM86
+ object vm86.o
+ object vm86_gdt.o
+ else
+ object biosemu.o
+ dir pcbios
+ dir x86emu
+ end
+end
+