From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH] kvm-kmod: Fix including of arch/*/kvm/trace.h Date: Thu, 23 Jul 2009 00:07:24 +0200 Message-ID: <4A678D9C.4070503@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA269C23A05C1802D521A9127" Cc: kvm-devel To: Marcelo Tosatti Return-path: Received: from fmmailgate01.web.de ([217.72.192.221]:52744 "EHLO fmmailgate01.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751909AbZGVWHa (ORCPT ); Wed, 22 Jul 2009 18:07:30 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA269C23A05C1802D521A9127 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable When building against a split kernel, we have to add its source path to the include path. Otherwise arch/*/kvm/trace.h cannot be found. Signed-off-by: Jan Kiszka --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index ad08c45..4c813a6 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ all:: prerequisite $(MAKE) -C $(KERNELDIR) M=3D`pwd` \ LINUXINCLUDE=3D"-I`pwd`/include -Iinclude \ $(if $(KERNELSOURCEDIR),\ - -Iinclude2 -I$(KERNELSOURCEDIR)/include -I$(KERNELSOURCEDIR)/arch/${A= RCH_DIR}/include, \ + -Iinclude2 -I$(KERNELSOURCEDIR)/include -I$(KERNELSOURCEDIR)/arch/${A= RCH_DIR}/include -I$(KERNELSOURCEDIR), \ -Iarch/${ARCH_DIR}/include) -I`pwd`/include-compat \ -include include/linux/autoconf.h \ -include `pwd`/$(ARCH_DIR)/external-module-compat.h $(module_defines)"= \ --------------enigA269C23A05C1802D521A9127 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkpnjaAACgkQniDOoMHTA+kMvACeLEIbnhhs+BpXC59m89Lrm0LR 3jsAn3D6uF6bgraVUFpEYchQIf09hj9v =J/8W -----END PGP SIGNATURE----- --------------enigA269C23A05C1802D521A9127--