projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab328e
)
R6xx/r7xx: more Makefile fixes
author
Alex Deucher
<alexdeucher@gmail.com>
Wed, 15 Jul 2009 19:40:35 +0000
(15:40 -0400)
committer
Alex Deucher
<alexdeucher@gmail.com>
Wed, 15 Jul 2009 19:40:35 +0000
(15:40 -0400)
src/mesa/drivers/dri/r600/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r600/Makefile
b/src/mesa/drivers/dri/r600/Makefile
index c099cbf19fdbc04f607516b295a4bd2bb09a55b8..2f225f7cb5ea3295767cee595d1f3d2ce15e8b8e 100644
(file)
--- a/
src/mesa/drivers/dri/r600/Makefile
+++ b/
src/mesa/drivers/dri/r600/Makefile
@@
-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)