Fix r600 makefile for lastest CS changes

This commit is contained in:
Alex Deucher 2009-07-15 15:23:11 -04:00
parent c5c19919ce
commit 2ab328e5e4

View file

@ -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 \