diff options
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 a57c0d1bada..ebe4efee992 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -68,6 +68,7 @@ COMPILER_FILES = \ compiler/brw_fs_reg_allocate.cpp \ compiler/brw_fs_register_coalesce.cpp \ compiler/brw_fs_saturate_propagation.cpp \ + compiler/brw_fs_scoreboard.cpp \ compiler/brw_fs_sel_peephole.cpp \ compiler/brw_fs_validate.cpp \ compiler/brw_fs_visitor.cpp \ |