diff options
Diffstat (limited to 'util/x86emu/Makefile')
-rw-r--r-- | util/x86emu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/Makefile b/util/x86emu/Makefile index ee5982d248..a7b21d119a 100644 --- a/util/x86emu/Makefile +++ b/util/x86emu/Makefile @@ -22,7 +22,7 @@ X86EMU_SRC = debug.c decode.c fpu.c ops.c ops2.c prim_ops.c sys.c ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_X86EMU),y) -BIOSEMU_SRC = biosemu.c pcbios/pcibios.c +BIOSEMU_SRC = biosemu.c endif ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_YABEL),y) |