summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-10-21 19:11:23 +1000
committerDave Airlie <airlied@redhat.com>2010-10-21 19:58:09 +1000
commitf39e6c9c816b603a4ed8fd8cda8569b7e13c1f68 (patch)
tree88d4070cccf84a78f8ef93290cc9f0a1a899fa81 /src/gallium/drivers/r600/Makefile
parente68c83a5a01a8a659857310cfcc785c7e028d3f0 (diff)
r600g: start splitting out common code from eg/r600.
no point duplicating code that doesn't touch hw, also make it easier to spot mistakes
Diffstat (limited to 'src/gallium/drivers/r600/Makefile')
-rw-r--r--src/gallium/drivers/r600/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/Makefile b/src/gallium/drivers/r600/Makefile
index ede0bb2ec4..a484f38e9f 100644
--- a/src/gallium/drivers/r600/Makefile
+++ b/src/gallium/drivers/r600/Makefile
@@ -19,6 +19,8 @@ C_SOURCES = \
r600_texture.c \
r700_asm.c \
evergreen_state.c \
- eg_asm.c
+ eg_asm.c \
+ r600_translate.c \
+ r600_state_common.c
include ../../Makefile.template