r200: fixup some CS emission sizes
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index 7b5fe955776a18764bf63e74f1cc2f400a0d2a8d..41c7aed3655fa66e56958d0015b382a1a54b6372 100644 (file)
@@ -14,6 +14,7 @@ endif
 RADEON_COMMON_SOURCES = \
        radeon_texture.c \
        radeon_common_context.c \
+       radeon_common.c \
        radeon_dma.c \
        radeon_lock.c \
        radeon_bo_legacy.c \
@@ -79,7 +80,7 @@ COMMON_SYMLINKS = \
        radeon_dma.c \
        radeon_dma.h
 
-DRI_LIB_DEPS += -ldrm_radeon
+DRI_LIB_DEPS += #-ldrm_radeon
 
 ##### TARGETS #####