diff options
author | Jason Ekstrand <[email protected]> | 2016-08-22 14:47:55 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-09-03 08:23:06 -0700 |
commit | 55364ab5b7136e09a61d858f1167dee81e17bd9f (patch) | |
tree | 20a203dba078ac61790fa0896ae994f0d4355684 /src/intel/tools | |
parent | 4218c3216648354b6c3d5a032a19418b7d0fc45b (diff) |
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 <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/intel/tools')
-rw-r--r-- | src/intel/tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/tools/Makefile.am b/src/intel/tools/Makefile.am index 9f9bb869297..5f4d78d6fdc 100644 --- a/src/intel/tools/Makefile.am +++ b/src/intel/tools/Makefile.am @@ -37,6 +37,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/intel aubinator_DEPS = \ + $(top_builddir)/src/intel/common/libintel_common.la \ $(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la \ $(top_builddir)/src/util/libmesautil.la \ $(PER_GEN_LIBS) \ |