summaryrefslogtreecommitdiff
path: root/tests/radeon
diff options
context:
space:
mode:
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