targets/pipe-loader: add driver specific drm_configuration
[mesa.git] / src / gallium / winsys / Makefile.am
index 70387f8058e98e0dff5721859cf52acd72474c9c..7c4e5ad564c17dd1a4d4601e4cb8aa93c3641081 100644 (file)
@@ -26,7 +26,7 @@ if NEED_WINSYS_XLIB
 SUBDIRS += sw/xlib
 endif
 
-if HAVE_DRI
+if HAVE_DRISW
 SUBDIRS += sw/dri
 endif
 
@@ -48,7 +48,11 @@ SUBDIRS += freedreno/drm
 endif
 
 if HAVE_GALLIUM_I915
-SUBDIRS += i915/sw i915/drm
+SUBDIRS += i915/drm
+endif
+
+if HAVE_GALLIUM_ILO
+SUBDIRS += intel/drm
 endif
 
 if HAVE_GALLIUM_NOUVEAU