From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: [PATCH] linux pvdrv: generalize location of autoconf.h Date: Tue, 04 May 2010 10:07:44 +0100 Message-ID: <4BE00000020000780000118F@vpn.id2.novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=__PartEFC576F0.0__=" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=__PartEFC576F0.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The location of the file in the build tree changed in recent Linux; since there can be only one such file, using a wild card instead of an explicit directory name seems the easiest solution. Signed-off-by: Jan Beulich --- 2010-04-30.orig/unmodified_drivers/linux-2.6/overrides.mk 2010-01-13 = 18:58:11.000000000 +0100 +++ 2010-04-30/unmodified_drivers/linux-2.6/overrides.mk 2010-04-30 = 13:35:54.000000000 +0200 @@ -11,7 +11,7 @@ ifeq ($(ARCH),ia64) _XEN_CPPFLAGS +=3D -DCONFIG_VMX_GUEST endif =20 -_XEN_CPPFLAGS +=3D -include $(objtree)/include/linux/autoconf.h +_XEN_CPPFLAGS +=3D -include $(wildcard $(objtree)/include/*/autoconf.h) =20 EXTRA_CFLAGS +=3D $(_XEN_CPPFLAGS) EXTRA_AFLAGS +=3D $(_XEN_CPPFLAGS) --=__PartEFC576F0.0__= Content-Type: text/plain; name="pvdrv-build.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="pvdrv-build.patch" The location of the file in the build tree changed in recent Linux;=0Asince= there can be only one such file, using a wild card instead of=0Aan = explicit directory name seems the easiest solution.=0A=0ASigned-off-by: = Jan Beulich =0A=0A--- 2010-04-30.orig/unmodified_drive= rs/linux-2.6/overrides.mk 2010-01-13 18:58:11.000000000 +0100=0A+++ = 2010-04-30/unmodified_drivers/linux-2.6/overrides.mk 2010-04-30 = 13:35:54.000000000 +0200=0A@@ -11,7 +11,7 @@ ifeq ($(ARCH),ia64)=0A = _XEN_CPPFLAGS +=3D -DCONFIG_VMX_GUEST=0A endif=0A =0A-_XEN_CPPFLAGS +=3D = -include $(objtree)/include/linux/autoconf.h=0A+_XEN_CPPFLAGS +=3D = -include $(wildcard $(objtree)/include/*/autoconf.h)=0A =0A EXTRA_CFLAGS = +=3D $(_XEN_CPPFLAGS)=0A EXTRA_AFLAGS +=3D $(_XEN_CPPFLAGS)=0A --=__PartEFC576F0.0__= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --=__PartEFC576F0.0__=--