summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-05-19 12:15:02 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-05-19 12:39:05 +0100
commit0148c0ae6a6795b5decc7ed7385be37a37e18a1f (patch)
tree96fc5c6d9af5cb2b09d9c2fa17ec96ae3b25cba4
parent7af2601a078047ed79c9fb81b6c4f98f22a5d049 (diff)
i965: add brw_cs.h to the sources list
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index a24c20aada..ad73e6b0fa 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -22,6 +22,7 @@ i965_FILES = \
brw_context.c \
brw_context.h \
brw_cs.cpp \
+ brw_cs.h \
brw_cubemap_normalize.cpp \
brw_curbe.c \
brw_dead_control_flow.cpp \