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/targets/pipe-loader/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/targets/pipe-loader/Makefile.am')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 7bcf9905d80..f805c4be2a9 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -90,20 +90,6 @@ pipe_i915_la_LIBADD = \ endif -if HAVE_GALLIUM_ILO -pipe_LTLIBRARIES += pipe_i965.la - -pipe_i965_la_SOURCES = pipe_i965.c -nodist_EXTRA_pipe_i965_la_SOURCES = dummy.cpp -pipe_i965_la_LIBADD = \ - $(PIPE_LIBS) \ - $(top_builddir)/src/gallium/winsys/intel/drm/libintelwinsys.la \ - $(top_builddir)/src/gallium/drivers/ilo/libilo.la \ - $(LIBDRM_LIBS) \ - $(INTEL_LIBS) - -endif - if HAVE_GALLIUM_NOUVEAU pipe_LTLIBRARIES += pipe_nouveau.la |