util: Move u_debug to utils
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 94851210142dec80666e5b6cff1ad30060a0d7c4..72cf2ec6443b5e1b29361b863a00c351d3824077 100644 (file)
@@ -106,8 +106,6 @@ C_SOURCES := \
        os/os_memory_debug.h \
        os/os_memory_stdc.h \
        os/os_memory.h \
-       os/os_misc.c \
-       os/os_misc.h \
        os/os_mman.h \
        os/os_process.c \
        os/os_process.h \
@@ -226,8 +224,8 @@ C_SOURCES := \
        util/u_cache.h \
        util/u_cpu_detect.c \
        util/u_cpu_detect.h \
-       util/u_debug.c \
-       util/u_debug.h \
+       util/u_debug_gallium.h \
+       util/u_debug_gallium.c \
        util/u_debug_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \