X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2FMakefile.sources;h=c1e6e34c46eacc06a3715651204083bc499ce2ad;hb=80babbbf7ea4facc653b1dbecd3a8b1de43dabed;hp=0e8fbb7ee858a409849cfc64e4ea49b15c8bc1f6;hpb=2a2fd4c5308dee51d48630863255f1c6a04768a9;p=mesa.git diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 0e8fbb7ee85..c1e6e34c46e 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -22,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 \ @@ -51,8 +50,6 @@ MESA_UTIL_FILES := \ half_float.h \ hash_table.c \ hash_table.h \ - imports.c \ - imports.h \ list.h \ macros.h \ mesa-sha1.c \ @@ -112,6 +109,10 @@ MESA_UTIL_FILES := \ u_debug.c \ u_debug.h \ u_debug_memory.c \ + u_debug_stack.c \ + u_debug_stack.h \ + u_debug_symbol.c \ + u_debug_symbol.h \ u_cpu_detect.c \ u_cpu_detect.h \ os_memory_aligned.h \ @@ -129,7 +130,8 @@ MESA_UTIL_FILES := \ MESA_UTIL_GENERATED_FILES = \ format_srgb.c \ - format/u_format_table.c + format/u_format_table.c \ + format/u_format_pack.h XMLCONFIG_FILES := \ xmlconfig.c \