From: Jan Kiszka Date: Tue, 6 Apr 2010 11:31:29 +0000 (+0200) Subject: Add KVM CFLAGS to vhost build X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0e1a275bd4a9b0eb6a567f21366074bda4a8d336;p=qemu.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 7ea753b8f9..c0929002cc 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