i965/HACK: Build brw_cs into libcompiler

We need it for CS push constants
This commit is contained in:
Jason Ekstrand 2015-12-10 22:36:05 -08:00
parent 21cf55ab54
commit 6df7963531
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@ i965_compiler_FILES = \
brw_cfg.cpp \
brw_cfg.h \
brw_compiler.h \
brw_cs.c \
brw_cs.h \
brw_cubemap_normalize.cpp \
brw_dead_control_flow.cpp \
brw_dead_control_flow.h \
@ -111,8 +113,6 @@ i965_FILES = \
brw_conditional_render.c \
brw_context.c \
brw_context.h \
brw_cs.c \
brw_cs.h \
brw_curbe.c \
brw_draw.c \
brw_draw.h \