From 7a30668ad665f3315106e1a959c6186dea79a24a Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Mon, 27 Apr 2015 17:41:27 -0700 Subject: util: Move gallium's linked list to util The linked list in gallium is pretty much the kernel list and we would like to have a C-based linked list for all of mesa. Let's not duplicate and just steal the gallium one. Acked-by: Connor Abbott Reviewed-by: Rob Clark --- src/util/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/Makefile.sources') diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 3e0d02bad1e..dc559391823 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -7,6 +7,7 @@ MESA_UTIL_FILES := \ format_srgb.h \ hash_table.c \ hash_table.h \ + list.h \ macros.h \ ralloc.c \ ralloc.h \ -- cgit v1.2.3