summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-01 13:11:56 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-01 13:11:56 +0000
commit39448a9aa061291f4253ee2a1a42e2488e14233c (patch)
treee4b5bd30fe5d26b8b7bbed2c3799cdd8208ddc6b /src/gallium/drivers/i965/Makefile
parent9b18ca095503eb80f02db55baf9c35aa69ae1cc9 (diff)
i965g: more files compiling
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r--src/gallium/drivers/i965/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile
index 896cb234a6..ae37d2d702 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -29,6 +29,8 @@ C_SOURCES = \
brw_pipe_depth.c \
brw_pipe_fb.c \
brw_pipe_query.c \
+ brw_pipe_shader.c \
+ brw_pipe_flush.c \
brw_sf.c \
brw_sf_emit.c \
brw_sf_state.c \
@@ -56,10 +58,7 @@ C_SOURCES = \
brw_wm_surface_state.c \
brw_screen_surface.c \
brw_screen_texture.c \
- brw_bo.c \
brw_batchbuffer.c \
- brw_pipe_shader.c \
- brw_pipe_flush.c \
intel_tex_layout.c
include ../../Makefile.template