Close some races with locking on R100 and R200 which could manifest as rendering
[mesa.git] / src / mesa / drivers / dri / radeon / Makefile
index d10598c69f0b44c00ca138a94f8adc6c8a37468d..b9f9186f593507a456889a7b51923d088e05fdbe 100644 (file)
@@ -14,7 +14,9 @@ COMMON_SOURCES = \
        ../common/utils.c \
        ../common/texmem.c \
        ../common/vblank.c \
-       ../common/xmlconfig.c
+       ../common/xmlconfig.c \
+       ../common/dri_util.c \
+       ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
        radeon_context.c \
@@ -42,7 +44,7 @@ C_SOURCES = \
        $(DRIVER_SOURCES) 
 
 
-ASM_SOURCES = \
+X86_SOURCES = \
        radeon_vtxtmp_x86.S 
 
 include ../Makefile.template