summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2018-02-27 22:51:31 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2018-05-23 19:24:01 +0300
commit9fddc9dd06d122bc8c7abe9a1195b96e2099c5cd (patch)
tree57df7a262748736a74e3348306649f695a8d9dfb /lib/Makefile.sources
parentee26fef07ec4a74c3bf06f6480f34bb23c453624 (diff)
lib: Add igt_matrix
Add a helper library for basic matrix math. v2: Make the identity matrix static const (Chris) Add the m(row,col) macro (Chris) Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index aa064e83..2b904b58 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -26,6 +26,8 @@ lib_source_list = \
igt_gt.h \
igt_gvt.c \
igt_gvt.h \
+ igt_matrix.c \
+ igt_matrix.h \
igt_primes.c \
igt_primes.h \
igt_rand.c \