Fix building issues for targets other than x86_64 Signed-off-by: Viktor Prutyanov <viktor.prutya...@virtuozzo.com> --- Makefile.target | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Makefile.target b/Makefile.target index 6ae2609..5be6d18 100644 --- a/Makefile.target +++ b/Makefile.target @@ -138,7 +138,9 @@ obj-y += hw/ obj-y += memory.o obj-y += memory_mapping.o obj-y += dump.o +ifeq ($(TARGET_NAME), x86_64) obj-y += win_dump.o +endif obj-y += migration/ram.o LIBS := $(libs_softmmu) $(LIBS) -- 2.7.4