summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-01-23 19:59:14 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-01-23 20:04:51 +0000
commit61eb1f38c10ef73220e862313b792c56646495a6 (patch)
treec914abe87fcd85fd59e412fdb1c9c5d6191aa544 /Makefile.target
parent5b4448d27d7c6ff6e18a1edc8245cb1db783e37c (diff)
downloadhqemu-61eb1f38c10ef73220e862313b792c56646495a6.zip
hqemu-61eb1f38c10ef73220e862313b792c56646495a6.tar.gz
hyperv: fix build on non-KVM hosts
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 092565a..69193d4 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -201,7 +201,7 @@ obj-$(CONFIG_VGA_CIRRUS) += cirrus_vga.o
obj-y += memory.o savevm.o
LIBS+=-lz
-obj-i386-y +=hyperv.o
+obj-i386-$(CONFIG_KVM) += hyperv.o
QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
QEMU_CFLAGS += $(VNC_SASL_CFLAGS)
OpenPOWER on IntegriCloud