summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r--src/gallium/drivers/i965/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile
index 870d67b13d..2188a1d4bc 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -66,6 +66,7 @@ C_SOURCES = \
brw_screen_tex_layout.c \
brw_screen_texture.c \
brw_screen_surface.c \
- brw_batchbuffer.c
+ brw_batchbuffer.c \
+ intel_decode.c
include ../../Makefile.template