diff options
author | Jason Ekstrand <[email protected]> | 2017-03-01 20:55:17 -0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:33 +0000 |
commit | 4ec5922afad359b05e4c7f72279947a1f7352ad6 (patch) | |
tree | fa6143efa7fd949d70af5b986ead52630043fd21 /src/intel | |
parent | 12f348bc987991f7014996841c5e37887bcae228 (diff) |
intel/isl: Stop linking libi965_compiler.la into tests
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/Makefile.isl.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/Makefile.isl.am b/src/intel/Makefile.isl.am index 5a317f522bd..ee2215df1d1 100644 --- a/src/intel/Makefile.isl.am +++ b/src/intel/Makefile.isl.am @@ -74,7 +74,6 @@ TESTS += $(check_PROGRAMS) isl_tests_isl_surf_get_image_offset_test_LDADD = \ common/libintel_common.la \ isl/libisl.la \ - $(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la \ -lm # ---------------------------------------------------------------------------- |