summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-22 14:47:55 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-09-03 08:23:06 -0700
commit55364ab5b7136e09a61d858f1167dee81e17bd9f (patch)
tree20a203dba078ac61790fa0896ae994f0d4355684 /src/mesa/drivers/dri/i965/Makefile.am
parent4218c3216648354b6c3d5a032a19418b7d0fc45b (diff)
downloadexternal_mesa3d-55364ab5b7136e09a61d858f1167dee81e17bd9f.zip
external_mesa3d-55364ab5b7136e09a61d858f1167dee81e17bd9f.tar.gz
external_mesa3d-55364ab5b7136e09a61d858f1167dee81e17bd9f.tar.bz2
intel: Add a new "common" library for more code sharing
The first thing to go in this new library is brw_device_info. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 91559c5..a192fc0 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -78,6 +78,7 @@ noinst_LTLIBRARIES = \
libi965_dri_la_SOURCES = $(i965_FILES)
libi965_dri_la_LIBADD = \
+ $(top_builddir)/src/intel/common/libintel_common.la \
$(top_builddir)/src/intel/isl/libisl.la \
libi965_compiler.la \
$(top_builddir)/src/intel/blorp/libblorp.la \