From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFbr6-0001M5-3w for qemu-devel@nongnu.org; Thu, 28 Apr 2011 20:46:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFbr5-00087B-8V for qemu-devel@nongnu.org; Thu, 28 Apr 2011 20:46:48 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:37527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFbr5-00086x-5N for qemu-devel@nongnu.org; Thu, 28 Apr 2011 20:46:47 -0400 Received: by iym10 with SMTP id 10so3302749iym.4 for ; Thu, 28 Apr 2011 17:46:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DB9D2DC.3080201@codemonkey.ws> References: <1304020934-26995-1-git-send-email-weil@mail.berlios.de> <4DB9D2DC.3080201@codemonkey.ws> Date: Fri, 29 Apr 2011 01:46:45 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3] virtio-9p: Use relative includes for files in hw List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Anthony Liguori , QEMU Developers , blauwirbel@gmail.com, "Aneesh Kumar K.V" , Venkateswararao Jujjuri On 28 April 2011 21:49, Anthony Liguori wrote: > On 04/28/2011 03:02 PM, Stefan Weil wrote: >> -$(addprefix 9pfs/, $(9pfs-nested-y)): CFLAGS +=3D =C2=A0-I$(SRC_PATH)/h= w/ > > Wouldn't it be more straight forward to just do QEMU_CFLAGS +=3D? There aren't any other source files in QEMU which have custom include paths -- why should 9pfs be a special case? -- PMM