diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-11-07 15:30:55 +0000 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2019-10-14 16:07:20 +0000 |
commit | f057dc91e93ae21e11ab48a26127d569972f3eae (patch) | |
tree | 59debcac996929cf2c0235309318981ed853171d /tegra | |
parent | e4f090f3c23d7b92068ee182a277700ba3988c36 (diff) |
libdrm: remove autotools support
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'tegra')
-rw-r--r-- | tegra/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tegra/Makefile.am b/tegra/Makefile.am deleted file mode 100644 index 53119970..00000000 --- a/tegra/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/include/drm - -AM_CFLAGS = \ - @PTHREADSTUBS_CFLAGS@ \ - $(WARN_CFLAGS) \ - -fvisibility=hidden - -libdrm_tegra_ladir = $(libdir) -libdrm_tegra_la_LTLIBRARIES = libdrm_tegra.la -libdrm_tegra_la_LDFLAGS = -version-number 0:0:0 -no-undefined -libdrm_tegra_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ - -libdrm_tegra_la_SOURCES = \ - private.h \ - tegra.c - -libdrm_tegraincludedir = ${includedir}/libdrm -libdrm_tegrainclude_HEADERS = tegra.h - -pkgconfigdir = @pkgconfigdir@ -pkgconfig_DATA = libdrm_tegra.pc - -AM_TESTS_ENVIRONMENT = NM='$(NM)' -TESTS = tegra-symbol-check -EXTRA_DIST = $(TESTS) |