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 /tests/radeon | |
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 'tests/radeon')
-rw-r--r-- | tests/radeon/Makefile.am | 15 |
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 |