util: Move u_debug to utils
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 33d58dedf280dd02a6224a6ae1f06468477f8f03..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 \
@@ -302,6 +300,7 @@ C_SOURCES := \
        util/u_pack_color.h \
        util/u_pointer.h \
        util/u_prim.h \
+       util/u_prim.c \
        util/u_prim_restart.c \
        util/u_prim_restart.h \
        util/u_pstipple.c \