summaryrefslogtreecommitdiffstats
path: root/util/x86emu
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu')
-rw-r--r--util/x86emu/Config.lb17
-rw-r--r--util/x86emu/x86emu/Config.lb9
-rw-r--r--util/x86emu/yabel/Config.lb9
-rw-r--r--util/x86emu/yabel/compat/Config.lb1
4 files changed, 0 insertions, 36 deletions
diff --git a/util/x86emu/Config.lb b/util/x86emu/Config.lb
deleted file mode 100644
index 85d21e7..0000000
--- a/util/x86emu/Config.lb
+++ /dev/null
@@ -1,17 +0,0 @@
-uses CONFIG_PCI_OPTION_ROM_RUN_YABEL
-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_REALMODE
- object x86.o
- object x86_interrupts.o
- object x86_asm.S
- else
- object biosemu.o
- dir x86emu
- end
-end
-
diff --git a/util/x86emu/x86emu/Config.lb b/util/x86emu/x86emu/Config.lb
deleted file mode 100644
index f5ca6d7..0000000
--- a/util/x86emu/x86emu/Config.lb
+++ /dev/null
@@ -1,9 +0,0 @@
-makedefine CPPFLAGS += -I$(TOP)/util/x86emu/include
-
-object debug.o
-object decode.o
-object fpu.o
-object ops.o
-object ops2.o
-object prim_ops.o
-object sys.o
diff --git a/util/x86emu/yabel/Config.lb b/util/x86emu/yabel/Config.lb
deleted file mode 100644
index 523c794..0000000
--- a/util/x86emu/yabel/Config.lb
+++ /dev/null
@@ -1,9 +0,0 @@
-object biosemu.o
-object debug.o
-object device.o
-object interrupt.o
-object io.o
-object mem.o
-object pmm.o
-#object vbe.o
-dir compat
diff --git a/util/x86emu/yabel/compat/Config.lb b/util/x86emu/yabel/compat/Config.lb
deleted file mode 100644
index 919526d..0000000
--- a/util/x86emu/yabel/compat/Config.lb
+++ /dev/null
@@ -1 +0,0 @@
-object functions.o
OpenPOWER on IntegriCloud