make: Remove duplicate defintion of COMMON_SOURCES in Radeon makefiles
authorChad Versace <chad@chad-versace.us>
Sun, 28 Aug 2011 14:58:28 +0000 (07:58 -0700)
committerChad Versace <chad@chad-versace.us>
Tue, 30 Aug 2011 16:11:28 +0000 (09:11 -0700)
Remove defintion of COMMON_SOURCES from {r300,r660}/Makefile. The
defintion is a duplicate of that found in
src/mesa/drivers/dri/Makefile.defines.

Reviewed-by: Ian Romanick <idr@freedesktop.org>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/r300/Makefile
src/mesa/drivers/dri/r600/Makefile

index 9f23a84..a0a00e0 100644 (file)
@@ -11,15 +11,6 @@ ifeq ($(RADEON_LDFLAGS),)
 CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
 endif
 
-COMMON_SOURCES = \
-       ../../common/driverfuncs.c \
-       ../common/drirenderbuffer.c \
-       ../common/utils.c \
-       ../common/texmem.c \
-       ../common/vblank.c \
-       ../common/xmlconfig.c \
-       ../common/dri_util.c
-
 RADEON_COMMON_SOURCES = \
        radeon_bo_legacy.c \
        radeon_buffer_objects.c \
index bec0b5a..2adc352 100644 (file)
@@ -11,15 +11,6 @@ ifeq ($(RADEON_LDFLAGS),)
 CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
 endif
 
-COMMON_SOURCES = \
-       ../../common/driverfuncs.c \
-       ../common/drirenderbuffer.c \
-       ../common/utils.c \
-       ../common/texmem.c \
-       ../common/vblank.c \
-       ../common/xmlconfig.c \
-       ../common/dri_util.c
-
 RADEON_COMMON_SOURCES = \
        radeon_bo_legacy.c \
        radeon_common_context.c \