diff options
author | Dylan Baker <[email protected]> | 2018-11-09 10:40:15 -0800 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-11-27 15:44:02 -0500 |
commit | 88c4680b5a50ea8840c38aa0a80acde63ef1677b (patch) | |
tree | 091b7d017b915fcdafd315288a2114a8169c3a3f /src/util/Makefile.sources | |
parent | bade179153b10300129c93afb1e629d9814c122e (diff) |
util: promote u_memory to src/util
as well as os_memory*
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index b4d23947ab7..f09b89b3be5 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -72,6 +72,11 @@ MESA_UTIL_FILES := \ u_debug.h \ u_cpu_detect.c \ u_cpu_detect.h \ + os_memory_aligned.h \ + os_memory_debug.h \ + os_memory_stdc.h \ + os_memory.h \ + u_memory.h \ vma.c \ vma.h |