mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
R6xx/r7xx: more Makefile fixes
This commit is contained in:
parent
2ab328e5e4
commit
582838a666
1 changed files with 4 additions and 2 deletions
|
|
@ -58,7 +58,8 @@ DRIVER_SOURCES = \
|
|||
r600_texstate.c \
|
||||
r700_debug.c \
|
||||
$(RADEON_COMMON_SOURCES) \
|
||||
$(EGL_SOURCES)
|
||||
$(EGL_SOURCES) \
|
||||
$(CS_SOURCES)
|
||||
|
||||
C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
|
||||
|
||||
|
|
@ -99,7 +100,8 @@ COMMON_SYMLINKS = \
|
|||
radeon_mipmap_tree.h \
|
||||
radeon_texture.c \
|
||||
radeon_texture.h \
|
||||
radeon_fbo.c
|
||||
radeon_fbo.c \
|
||||
$(CS_SOURCES)
|
||||
|
||||
DRI_LIB_DEPS += $(RADEON_LDFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue