Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / gallium / auxiliary / pipebuffer / Makefile
index 588629e8701514892a161542eeafd380aa0129f3..a9fa518c6749992e50dd522b0f7078613b1be0b7 100644 (file)
@@ -1,10 +1,9 @@
-
 TOP = ../../../..
 include $(TOP)/configs/current
 
 LIBNAME = pipebuffer
 
-DRIVER_SOURCES = \
+C_SOURCES = \
        pb_buffer_fenced.c \
        pb_buffer_malloc.c \
        pb_bufmgr_fenced.c \
@@ -12,11 +11,6 @@ DRIVER_SOURCES = \
        pb_bufmgr_pool.c \
        pb_winsys.c
 
-C_SOURCES = \
-       $(DRIVER_SOURCES)
-
-ASM_SOURCES = 
-
 include ../../Makefile.template
 
 symlinks: