[RFC libdrm 2/6] libdrm: Add NVIDIA Tegra support (original) (raw)

Thierry Reding thierry.reding at gmail.com
Wed Feb 19 13:32:33 PST 2014


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 <thierry.reding at gmail.com> 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 @@ _> +AMCPPFLAGS = _ _> + -I$(topsrcdir) _ > + -I$(topsrcdir)/include/drm > + _> +AMCFLAGS = _ > + $(VISIBILITYCFLAGS) > + > +libdrmtegraladir = $(libdir) > +libdrmtegralaLTLIBRARIES = libdrmtegra.la > +libdrmtegralaLDFLAGS = -version-number 0:0:0 -no-undefined > +libdrmtegralaLIBADD = ../libdrm.la @PTHREADSTUBSLIBS@ > + _> +libdrmtegralaSOURCES = _ > + tegra.c > + > +libdrmtegraincludedir = ${includedir}/libdrm > +libdrmtegraincludeHEADERS = tegra.h > + > +pkgconfigdir = @pkgconfigdir@ > +pkgconfigDATA = libdrmtegra.pc

You should probably also add libdrmtegra.pc to .gitignore also.

Done. Thanks, Thierry -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140219/78d8e9d2/attachment.pgp>



More information about the dri-devel mailing list