drm/tests/radeon/Makefile.am

13 lines
179 B
Makefile
Raw Normal View History

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