From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nz70K-0002Qg-O9 for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:31:36 -0400 Received: from [140.186.70.92] (port=32901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nz70J-0002QY-Ge for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:31:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nz70I-0007MD-0w for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:31:35 -0400 Received: from thoth.sbs.de ([192.35.17.2]:16626) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nz70H-0007Lj-KM for qemu-devel@nongnu.org; Tue, 06 Apr 2010 07:31:33 -0400 Message-ID: <4BBB1B91.90805@siemens.com> Date: Tue, 06 Apr 2010 13:31:29 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] Add KVM CFLAGS to vhost build List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel , "Michael S. Tsirkin" 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 --- Makefile.target | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.target b/Makefile.target index 45cbe56..6fc3034 100644 --- a/Makefile.target +++ b/Makefile.target @@ -32,7 +32,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