aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark2012-03-28 14:39:43 -0500
committerDaniel Vetter2012-03-28 16:00:14 -0500
commitef1b958cc831df3d33a366d1db2db2c88187229e (patch)
tree2b681262f81ffd3251f532b33561436006d3e5bc /Makefile.am
parent617213357e94299a5e9a3cb1342de55de949d156 (diff)
downloadexternal-libgbm-ef1b958cc831df3d33a366d1db2db2c88187229e.tar.gz
external-libgbm-ef1b958cc831df3d33a366d1db2db2c88187229e.tar.xz
external-libgbm-ef1b958cc831df3d33a366d1db2db2c88187229e.zip
omap: add omapdrm support
This adds libdrm_omap helper layer (as used by xf86-video-omap, omapdrmtest, etc). Signed-off-by: Rob Clark <rob@ti.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> [danvet: pushed for Rob, he doesn't yet have commit access.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a4d07f42..4f625a1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,11 @@ if HAVE_RADEON
41RADEON_SUBDIR = radeon 41RADEON_SUBDIR = radeon
42endif 42endif
43 43
44SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) tests include 44if HAVE_OMAP
45OMAP_SUBDIR = omap
46endif
47
48SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) tests include
45 49
46libdrm_la_LTLIBRARIES = libdrm.la 50libdrm_la_LTLIBRARIES = libdrm.la
47libdrm_ladir = $(libdir) 51libdrm_ladir = $(libdir)