gallium: Buffer cache.
[mesa.git] / src / gallium / auxiliary / pipebuffer / Makefile
index 588629e8701514892a161542eeafd380aa0129f3..d654dbcc919aa00511eb9f7ba473b39f8ce2b434 100644 (file)
@@ -1,22 +1,18 @@
-
 TOP = ../../../..
 include $(TOP)/configs/current
 
 LIBNAME = pipebuffer
 
-DRIVER_SOURCES = \
+C_SOURCES = \
        pb_buffer_fenced.c \
        pb_buffer_malloc.c \
+       pb_bufmgr_cache.c \
        pb_bufmgr_fenced.c \
        pb_bufmgr_mm.c \
        pb_bufmgr_pool.c \
+       pb_bufmgr_slab.c \
        pb_winsys.c
 
-C_SOURCES = \
-       $(DRIVER_SOURCES)
-
-ASM_SOURCES = 
-
 include ../../Makefile.template
 
 symlinks: