summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorVadim Rozenfeld <vrozenfe@redhat.com>2011-12-18 22:48:13 +0200
committerMarcelo Tosatti <mtosatti@redhat.com>2012-01-19 08:32:12 -0200
commit28f52cc04d341045e810bd487a478fa9ec5f40be (patch)
tree2e92fa49e8ea688f9013ed5d8b1dd553a95f2d42 /Makefile.target
parent8c4ec5c0269bda18bb777a64b2008088d1c632dc (diff)
downloadqemu-28f52cc04d341045e810bd487a478fa9ec5f40be.tar.gz
hyper-v: introduce Hyper-V support infrastructure.
[Jan: fix build with CONFIG_USER_ONLY] Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 06d79b8028..798dd30fe9 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -199,6 +199,8 @@ obj-$(CONFIG_NO_KVM) += kvm-stub.o
obj-y += memory.o savevm.o
LIBS+=-lz
+obj-i386-y +=hyperv.o
+
QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
QEMU_CFLAGS += $(VNC_SASL_CFLAGS)
QEMU_CFLAGS += $(VNC_JPEG_CFLAGS)