summaryrefslogtreecommitdiff
path: root/tests/radeon
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-11-07 15:30:55 +0000
committerEric Engestrom <eric@engestrom.ch>2019-10-14 16:07:20 +0000
commitf057dc91e93ae21e11ab48a26127d569972f3eae (patch)
tree59debcac996929cf2c0235309318981ed853171d /tests/radeon
parente4f090f3c23d7b92068ee182a277700ba3988c36 (diff)
libdrm: remove autotools support
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'tests/radeon')
-rw-r--r--tests/radeon/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/radeon/Makefile.am b/tests/radeon/Makefile.am
deleted file mode 100644
index 3d173e31..00000000
--- a/tests/radeon/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-AM_CFLAGS = \
- $(WARN_CFLAGS)\
- -fvisibility=hidden \
- -I $(top_srcdir)/include/drm \
- -I $(top_srcdir)
-
-LDADD = $(top_builddir)/libdrm.la
-
-noinst_PROGRAMS = \
- radeon_ttm
-
-radeon_ttm_SOURCES = \
- rbo.c \
- rbo.h \
- radeon_ttm.c