mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
make: Remove duplicate occurence of driverfuncs.c
driverfuncs.o is already contained in libmesa.a, so remove it from the
following source lists:
src/mesa/drivers/dri/Makefiles.defines:COMMON_SOURCES.
src/mesa/drivers/dri/swrast/Makefile:SWRAST_COMMON_SOURCES
Reviewed-by: Ian Romanick <idr@freedesktop.org>
Signed-off-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
parent
08701b6c95
commit
e4a6ebdd87
2 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ COMMON_GALLIUM_SOURCES = \
|
|||
../common/xmlconfig.c
|
||||
|
||||
COMMON_SOURCES = $(COMMON_GALLIUM_SOURCES) \
|
||||
../../common/driverfuncs.c \
|
||||
../common/texmem.c \
|
||||
../common/drirenderbuffer.c
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ C_SOURCES = \
|
|||
ASM_SOURCES =
|
||||
|
||||
SWRAST_COMMON_SOURCES = \
|
||||
../../common/driverfuncs.c \
|
||||
../common/utils.c \
|
||||
../common/drisw_util.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue