mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 05:28:05 +02:00
make: Remove duplicate defintion of COMMON_SOURCES in Radeon makefiles
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>
This commit is contained in:
parent
8f4ec55f77
commit
08701b6c95
2 changed files with 0 additions and 18 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue