summaryrefslogtreecommitdiff
path: root/exynos
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-18 18:05:45 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-10-18 18:05:45 +0100
commitfc933651b13e2f0d9d4e2083206c3faadc11c50a (patch)
tree271758241abf5bb1a662fe11c7677899c1efac30 /exynos
parent0190f49a139e7069d7cad6a6890832831da1aa8b (diff)
downloadlibdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.tar.gz
libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.tar.bz2
libdrm-fc933651b13e2f0d9d4e2083206c3faadc11c50a.zip
Revert "Revert "libdrm: remove autotools support""
The external tooling issue has been fixed, so we can delete autotools again :)
Diffstat (limited to 'exynos')
-rw-r--r--exynos/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/exynos/Makefile.am b/exynos/Makefile.am
deleted file mode 100644
index 76b185d3..00000000
--- a/exynos/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-AM_CFLAGS = \
- $(WARN_CFLAGS) \
- -fvisibility=hidden \
- -I$(top_srcdir) \
- $(PTHREADSTUBS_CFLAGS) \
- -I$(top_srcdir)/include/drm
-
-libdrm_exynos_la_LTLIBRARIES = libdrm_exynos.la
-libdrm_exynos_ladir = $(libdir)
-libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined
-libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
-
-libdrm_exynos_la_SOURCES = \
- exynos_drm.c \
- exynos_fimg2d.c \
- fimg2d_reg.h
-
-libdrm_exynoscommonincludedir = ${includedir}/exynos
-libdrm_exynoscommoninclude_HEADERS = exynos_drm.h exynos_fimg2d.h
-
-libdrm_exynosincludedir = ${includedir}/libdrm
-libdrm_exynosinclude_HEADERS = exynos_drmif.h
-
-pkgconfigdir = @pkgconfigdir@
-pkgconfig_DATA = libdrm_exynos.pc
-
-AM_TESTS_ENVIRONMENT = NM='$(NM)'
-TESTS = exynos-symbol-check
-EXTRA_DIST = $(TESTS)