mesa-drm/tests/tegra/Makefile.am
Thierry Reding 93035cfbeb tegra: Add simple test for drm_tegra_open()
This test opens a device, dumps the version information and checks that
a Tegra DRM context can be opened on it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-11-27 17:20:27 +01:00

13 lines
207 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir)/include/drm \
-I$(top_srcdir)/tegra \
-I$(top_srcdir)
AM_CFLAGS = -Wall -Werror
LDADD = \
../../tegra/libdrm_tegra.la \
../../libdrm.la
noinst_PROGRAMS = \
openclose