mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-23 09:48:13 +02:00
This is used by radeon and freedreno and will be used by amdgpu. I looked at switching to libdrm_lists.h, but it's pretty horrible. E.g., DRMLISTFOREACHENTRYSAFE. v2: remove missed list.h from tests/radeon/Makefile.am Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
14 lines
205 B
Makefile
14 lines
205 B
Makefile
AM_CFLAGS = \
|
|
$(WARN_CFLAGS)\
|
|
-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
|