summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-04-27 17:41:27 -0700
committerJason Ekstrand <[email protected]>2015-05-08 17:16:13 -0700
commit7a30668ad665f3315106e1a959c6186dea79a24a (patch)
tree0741c8d2ce9ff59e04c756c331419c79f5242dc4 /src/util/Makefile.sources
parent258b4194c8314ffc57ff676ad2528b741b47031e (diff)
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 <[email protected]> Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
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 \