From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [RFC libdrm 2/6] libdrm: Add NVIDIA Tegra support Date: Wed, 19 Feb 2014 22:32:33 +0100 Message-ID: <20140219213232.GA31663@ulmo.nvidia.com> References: <1392825893-7380-1-git-send-email-thierry.reding@gmail.com> <1392825893-7380-3-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1409069221==" Return-path: Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by gabe.freedesktop.org (Postfix) with ESMTP id 17476FAF9C for ; Wed, 19 Feb 2014 13:32:35 -0800 (PST) Received: by mail-bk0-f53.google.com with SMTP id my13so390328bkb.12 for ; Wed, 19 Feb 2014 13:32:35 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: Erik Faye-Lund Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1409069221== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 19, 2014 at 09:13:31PM +0100, Erik Faye-Lund wrote: > On Wed, Feb 19, 2014 at 5:04 PM, Thierry Reding > wrote: > > diff --git a/tegra/Makefile.am b/tegra/Makefile.am > > new file mode 100644 > > index 000000000000..1b83145b120d > > --- /dev/null > > +++ b/tegra/Makefile.am > > @@ -0,0 +1,20 @@ > > +AM_CPPFLAGS =3D \ > > + -I$(top_srcdir) \ > > + -I$(top_srcdir)/include/drm > > + > > +AM_CFLAGS =3D \ > > + $(VISIBILITY_CFLAGS) > > + > > +libdrm_tegra_ladir =3D $(libdir) > > +libdrm_tegra_la_LTLIBRARIES =3D libdrm_tegra.la > > +libdrm_tegra_la_LDFLAGS =3D -version-number 0:0:0 -no-undefined > > +libdrm_tegra_la_LIBADD =3D ../libdrm.la @PTHREADSTUBS_LIBS@ > > + > > +libdrm_tegra_la_SOURCES =3D \ > > + tegra.c > > + > > +libdrm_tegraincludedir =3D ${includedir}/libdrm > > +libdrm_tegrainclude_HEADERS =3D tegra.h > > + > > +pkgconfigdir =3D @pkgconfigdir@ > > +pkgconfig_DATA =3D libdrm_tegra.pc >=20 > You should probably also add libdrm_tegra.pc to .gitignore also. Done. Thanks, Thierry --liOOAslEiF7prFVr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJTBSLwAAoJEN0jrNd/PrOhyMcP/13uPSPFt91ZVr74EzasQ504 UJFuJoApHzCfUUJqHsFE3vBLO6XbF2uGcU2G3TUnfusc18Ds2RUgILbc36Bf56ha pwjbBDI6KB6PV8Cu01YgBw0o216Z9ITtCNWP82ULuSoErdzLz73LdU05JKZPhrpp 7PmDbqfT0kyedq+WJbrxnbdAWjH1ZrvfCDpfi5ZO174Vj5Iyvqh69hgfg8/7206B n5W4OUXRhkhBeOaQVq8jQlRZKxkONGcupfNChLl55fL0XQVP46cwatXdgu2b+63v u6uYecwatvfVcH+Bnceeov3E2w2RVJWB8bqK0xeM4tU83jsfTkQIcGa+BzDFvH70 SoDboxxKo9Jj2y6ZVa3dy3iu+qaUzVtcH/NPZbIGDJqUtb0ycocc5/xQ2PR1XdcC GwIO8qZM40RcZtbpbD+35gQ0qv8/W6Sx1EKuhLOnoBHXaKAY1Skb3XLf1H8csDY9 0JsY84GWPzmSrz866pqZ8/NZxng9OfzspOn1VyDr805LAcbB/OqVp81Zt1GbkWjI rGl05igYr3C/Kn2IchW2XBU7yWkpFyc8mudISrRHMuHJ1jisEyj96Qm6tNUBTLPS 8MBHVjIjNgxwUh75UKxvnZTfpmtaxINhwyBP1TeHPnlFSURjjCff/WXCFkBcnTFZ caGYpi/RNs2lm1/Df28A =MUYk -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- --===============1409069221== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1409069221==--