From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>
[mesa.git] / src / mesa / drivers / dri / radeon / Makefile
index e6f7c29d1ae33b4bbab388501f6623fd918dc249..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,8 +44,8 @@ C_SOURCES = \
        $(DRIVER_SOURCES) 
 
 
-ASM_SOURCES = 
-
+X86_SOURCES = \
+       radeon_vtxtmp_x86.S 
 
 include ../Makefile.template