summaryrefslogtreecommitdiffstats
path: root/util/x86emu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/Makefile')
-rw-r--r--util/x86emu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/x86emu/Makefile b/util/x86emu/Makefile
index b50b3b42a0c8..02f9f986b9d2 100644
--- a/util/x86emu/Makefile
+++ b/util/x86emu/Makefile
@@ -29,6 +29,7 @@ ifeq ($(CONFIG_PCI_OPTION_ROM_RUN_YABEL),y)
BIOSEMU_SRC = biosemu.c debug.c device.c mem.c io.c interrupt.c
#TODO: add vbe.c, currently not needed...
#BIOSEMU_SRC +=vbe.c
+BIOSEMU_SRC +=pmm.c
#PH: TODO: remove the compat files??
BIOSEMU_SRC += compat/functions.c
X86EMU_INCLUDE += -I $(src)/util/x86emu/yabel