X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Futil%2FMakefile.sources;h=dc1b205bfc9e72ffd84c55def6a731d692b39072;hp=5a8f94294288e87bd03bf43b267a093e5007cce6;hb=46d5b07c5c39d1b8cf10976f6574a63062dea9c4;hpb=032f8807f7c1aa2d0c973b6664b9ab6be6863e90 diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 5a8f9429428..dc1b205bfc9 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -9,6 +9,7 @@ MESA_UTIL_FILES := \ blob.h \ build_id.c \ build_id.h \ + compiler.h \ crc32.c \ crc32.h \ dag.c \ @@ -21,7 +22,6 @@ MESA_UTIL_FILES := \ double.h \ fast_idiv_by_const.c \ fast_idiv_by_const.h \ - fnv1a.h \ format/u_format.c \ format/u_format.h \ format/u_format_bptc.c \ @@ -108,6 +108,7 @@ MESA_UTIL_FILES := \ u_vector.h \ u_debug.c \ u_debug.h \ + u_debug_memory.c \ u_cpu_detect.c \ u_cpu_detect.h \ os_memory_aligned.h \ @@ -115,6 +116,7 @@ MESA_UTIL_FILES := \ os_memory_stdc.h \ os_memory.h \ u_memory.h \ + u_memset.h \ u_mm.h \ u_mm.c \ vma.c \