summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-24 17:07:01 +0100
committerKeith Whitwell <keithw@vmware.com>2009-10-24 17:07:28 +0100
commit4f7931bb3554cb1839adc2044e3abe6d4af8b0b5 (patch)
tree46999bd594cd839f1ad58dc799bd721c4b45d35e /src/gallium/drivers/i965/Makefile
parent074606a806df755ecbb84e0a1182c66fd0b2a8dd (diff)
i965g: more work on compiling
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r--src/gallium/drivers/i965/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile
index 480d2efbc5..40c8364824 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -26,7 +26,6 @@ C_SOURCES = \
brw_gs_state.c \
brw_misc_state.c \
brw_pipe_blend.c \
- brw_pipe_debug.c \
brw_pipe_depth.c \
brw_pipe_fb.c \
brw_pipe_flush.c \
@@ -63,7 +62,6 @@ C_SOURCES = \
brw_wm_surface_state.c \
brw_bo.c \
intel_batchbuffer.c \
- intel_tex_format.c \
intel_tex_layout.c
include ../../Makefile.template