summaryrefslogtreecommitdiffstats
path: root/util/x86emu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/Makefile')
-rw-r--r--util/x86emu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/Makefile b/util/x86emu/Makefile
index 02f9f986b9d2..3cc985a8c6fd 100644
--- a/util/x86emu/Makefile
+++ b/util/x86emu/Makefile
@@ -37,7 +37,7 @@ X86EMU_INCLUDE += -I $(src)/util/x86emu
#TODO: remove these, these are .h files from slof, to make the merge easier...
X86EMU_INCLUDE += -I $(src)/util/x86emu/yabel/compat
endif
-VM86_SRC = vm86.c vm86_gdt.c
+VM86_SRC = x86.c x86_asm.S
ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_X86EMU),y)
LIBX86EMU_SRC=$(patsubst %,x86emu/%,$(X86EMU_SRC)) $(BIOSEMU_SRC)