mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-30 03:58:18 +02:00
14 lines
198 B
Makefile
14 lines
198 B
Makefile
AM_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 \
|
|
list.h \
|
|
radeon_ttm.c
|