X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2FMakefile.sources;h=b562d6cd6f41006f72b245e8658fc60a9dc51cd6;hb=2b34985d93e7914ead00227aa2842846df3c487f;hp=104ecae8ed3b3106eb1956547208c9c8d88beef1;hpb=222a2fb99859f3ac237def59d40413bb1a464f11;p=mesa.git diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 104ecae8ed3..b562d6cd6f4 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -24,12 +24,16 @@ MESA_UTIL_FILES := \ mesa-sha1.h \ os_time.c \ os_time.h \ + u_process.c \ + u_process.h \ sha1/sha1.c \ sha1/sha1.h \ ralloc.c \ ralloc.h \ rand_xor.c \ rand_xor.h \ + rb_tree.c \ + rb_tree.h \ register_allocate.c \ register_allocate.h \ rgtc.c \ @@ -51,12 +55,16 @@ MESA_UTIL_FILES := \ u_atomic.h \ u_dynarray.h \ u_endian.h \ + u_math.c \ + u_math.h \ u_queue.c \ u_queue.h \ u_string.h \ u_thread.h \ u_vector.c \ - u_vector.h + u_vector.h \ + vma.c \ + vma.h MESA_UTIL_GENERATED_FILES = \ format_srgb.c