X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2FMakefile.sources;h=aec41c389eaf73f7d883697df5f8007f49cdaf24;hb=32b1c0b694bf660d48054a6e859deaa8f9556efe;hp=82df3bcb00aa6a67f5a6d1a43955a2447ade61bf;hpb=6a7ca4ef2cd3f39d3b5e77051cb3f3175e9e60df;p=mesa.git diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 82df3bcb00a..aec41c389ea 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -1,14 +1,18 @@ -MESA_UTIL_SHADER_CACHE_FILES := \ - mesa-sha1.c \ - mesa-sha1.h - MESA_UTIL_FILES := \ + bitscan.c \ + bitscan.h \ bitset.h \ + debug.c \ + debug.h \ format_srgb.h \ + half_float.c \ + half_float.h \ hash_table.c \ hash_table.h \ list.h \ macros.h \ + mesa-sha1.c \ + mesa-sha1.h \ ralloc.c \ ralloc.h \ register_allocate.c \ @@ -19,6 +23,8 @@ MESA_UTIL_FILES := \ set.c \ set.h \ simple_list.h \ + strndup.c \ + strndup.h \ strtod.c \ strtod.h \ texcompress_rgtc_tmp.h \