From: Jan Kiszka Date: Tue, 6 Apr 2010 11:31:29 +0000 (+0200) Subject: Add KVM CFLAGS to vhost build X-Git-Tag: v0.13.0-rc0~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e1a275bd4a9b0eb6a567f21366074bda4a8d336;p=thirdparty%2Fqemu.git Add KVM CFLAGS to vhost build The configure test of vhost uses KVM CFLAGS, so the build must use them as well. Otherwise we specifically miss what --kerneldir provides. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- diff --git a/Makefile.target b/Makefile.target index 7ea753b8f98..c0929002cc5 100644 --- a/Makefile.target +++ b/Makefile.target @@ -33,7 +33,7 @@ PROGS=$(QEMU_PROG) LIBS+=-lm -kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS) +kvm.o kvm-all.o vhost.o vhost_net.o: QEMU_CFLAGS+=$(KVM_CFLAGS) config-target.h: config-target.h-timestamp config-target.h-timestamp: config-target.mak