blob: 021ca7229543ef6417abcb3bdf46c3b6f0a0a2d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
AM_CFLAGS = \
-I $(top_srcdir)/include/drm \
-I $(top_srcdir)
LDADD = $(top_builddir)/libdrm.la
noinst_PROGRAMS = \
radeon_ttm
radeon_ttm_SOURCES = \
rbo.c \
radeon_ttm.c
|