diff options
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index e2796d5bd3..425576db83 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -54,16 +54,16 @@ C_SOURCES = \ os/os_stream_str.c \ os/os_stream_null.c \ os/os_time.c \ - pipebuffer/pb_buffer_fenced.c \ - pipebuffer/pb_buffer_malloc.c \ - pipebuffer/pb_bufmgr_alt.c \ - pipebuffer/pb_bufmgr_cache.c \ - pipebuffer/pb_bufmgr_debug.c \ - pipebuffer/pb_bufmgr_mm.c \ - pipebuffer/pb_bufmgr_ondemand.c \ - pipebuffer/pb_bufmgr_pool.c \ - pipebuffer/pb_bufmgr_slab.c \ - pipebuffer/pb_validate.c \ +# pipebuffer/pb_buffer_fenced.c \ +# pipebuffer/pb_buffer_malloc.c \ +# pipebuffer/pb_bufmgr_alt.c \ +# pipebuffer/pb_bufmgr_cache.c \ +# pipebuffer/pb_bufmgr_debug.c \ +# pipebuffer/pb_bufmgr_mm.c \ +# pipebuffer/pb_bufmgr_ondemand.c \ +# pipebuffer/pb_bufmgr_pool.c \ +# pipebuffer/pb_bufmgr_slab.c \ +# pipebuffer/pb_validate.c \ rbug/rbug_connection.c \ rbug/rbug_core.c \ rbug/rbug_texture.c \ |