aboutsummaryrefslogtreecommitdiffstats
blob: 9da76259615226ef24b7b16ab2f0a0eab5381cd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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