summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-01 14:32:50 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-01 14:33:01 +0000
commit15e7a3b8bb6771d24e5bde7805ea394f9ce0a3ec (patch)
tree799656b83f902dd40895ac859d12dba5e50d4341 /src/gallium/drivers/i965/Makefile
parent39448a9aa061291f4253ee2a1a42e2488e14233c (diff)
i965g: more files compiling
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r--src/gallium/drivers/i965/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile
index ae37d2d702..d88f34cb7e 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -56,9 +56,9 @@ C_SOURCES = \
brw_wm_sampler_state.c \
brw_wm_state.c \
brw_wm_surface_state.c \
+ brw_screen_tex_layout.c \
brw_screen_surface.c \
brw_screen_texture.c \
- brw_batchbuffer.c \
- intel_tex_layout.c
+ brw_batchbuffer.c
include ../../Makefile.template