diff options
author | Edward O'Callaghan <[email protected]> | 2017-02-02 00:56:14 +1100 |
---|---|---|
committer | Edward O'Callaghan <[email protected]> | 2017-02-03 16:13:36 +1100 |
commit | d77fa310ed8fb54aafc017eae844a51407ca907c (patch) | |
tree | 76ba4be789c492757baa89d11cd5ebc4b550d9ac /src/gallium/Makefile.am | |
parent | 01b625ef1a5ccba9627442eb2e2d8d0dcd0b4455 (diff) |
ilo: EOL drop unmaintained gallium drv from buildsys
This is no longer actively maintained and is just
accumulating bitrot.
Signed-off-by: Edward O'Callaghan <[email protected]>
Acked-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index f910f3187eb..38da63b0690 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -27,11 +27,6 @@ if HAVE_GALLIUM_I915 SUBDIRS += drivers/i915 winsys/i915/drm endif -## ilo/i965 -if HAVE_GALLIUM_ILO -SUBDIRS += drivers/ilo winsys/intel/drm -endif - ## nouveau if HAVE_GALLIUM_NOUVEAU SUBDIRS += drivers/nouveau winsys/nouveau/drm |