Put some fallback debugging output under DEBUG_FALLBACKS.
[mesa.git] / src / mesa / drivers / dri / radeon / Makefile
index e6f7c29d1ae33b4bbab388501f6623fd918dc249..b0ef172993d6ecc51aacf1d8d945fbee0170c6d9 100644 (file)
@@ -8,14 +8,6 @@ LIBNAME = radeon_dri.so
 
 MINIGLX_SOURCES = server/radeon_dri.c 
 
-COMMON_SOURCES = \
-       ../../common/driverfuncs.c \
-       ../common/mm.c \
-       ../common/utils.c \
-       ../common/texmem.c \
-       ../common/vblank.c \
-       ../common/xmlconfig.c
-
 DRIVER_SOURCES = \
        radeon_context.c \
        radeon_ioctl.c \
@@ -42,8 +34,8 @@ C_SOURCES = \
        $(DRIVER_SOURCES) 
 
 
-ASM_SOURCES = 
-
+X86_SOURCES = \
+       radeon_vtxtmp_x86.S 
 
 include ../Makefile.template