Merge branch 'mesa_7_6_branch'
[mesa.git] / src / mesa / drivers / dri / r600 / Makefile
index d925a2dfe3989cb6ca257ff3bd849170b84d0203..7d5a7b1ab6f9a3ec33cbbdbbe64387f52739f706 100644 (file)
@@ -29,6 +29,7 @@ COMMON_SOURCES = \
 RADEON_COMMON_SOURCES = \
        radeon_bo_legacy.c \
        radeon_common_context.c \
+       radeon_buffer_objects.c \
        radeon_common.c \
        radeon_cs_legacy.c \
        radeon_dma.c \
@@ -65,8 +66,7 @@ DRIVER_SOURCES = \
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
 
-DRIVER_DEFINES = -DCOMPILE_R600 -DR200_MERGED=0 \
-       -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R600 \
+DRIVER_DEFINES = -DRADEON_R600 \
 #      -DRADEON_BO_TRACK \
        -Wall