diff options
author | Jason Ekstrand <[email protected]> | 2017-03-18 11:23:39 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-05-26 07:58:01 -0700 |
commit | 9fb8a8775bf2b122811fdbe2389435dfeafa1fa0 (patch) | |
tree | cb53bff15bebdabd027282dd188b8ba589c179db /src/intel/Makefile.sources | |
parent | c30587643e34a1f7586adf961e4340bbce90b969 (diff) |
i965: Move SF compilation to the compiler
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 83200c3d7d8..a9520f412ed 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -23,6 +23,7 @@ DECODER_FILES = \ COMPILER_FILES = \ compiler/brw_cfg.cpp \ compiler/brw_cfg.h \ + compiler/brw_compile_sf.c \ compiler/brw_compiler.c \ compiler/brw_compiler.h \ compiler/brw_dead_control_flow.cpp \ |