mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
Fix r600 makefile for lastest CS changes
This commit is contained in:
parent
c5c19919ce
commit
2ab328e5e4
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ ifeq ($(USING_EGL), 1)
|
|||
EGL_SOURCES = server/radeon_egl.c
|
||||
endif
|
||||
|
||||
ifeq ($(RADEON_LDFLAGS),)
|
||||
CS_SOURCES = radeon_cs_space_drm.c
|
||||
endif
|
||||
|
||||
COMMON_SOURCES = \
|
||||
../../common/driverfuncs.c \
|
||||
../common/mm.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue