diff options
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 075ee864f49..5d8785832fb 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -11,6 +11,8 @@ COMMON_FILES = \ common/gen_clflush.h \ common/gen_debug.c \ common/gen_debug.h \ + common/gen_decoder.c \ + common/gen_decoder.h \ common/gen_device_info.c \ common/gen_device_info.h \ common/gen_l3_config.c \ @@ -18,10 +20,6 @@ COMMON_FILES = \ common/gen_urb_config.c \ common/gen_sample_positions.h -DECODER_FILES = \ - common/gen_decoder.h \ - common/gen_decoder.c - COMPILER_FILES = \ compiler/brw_cfg.cpp \ compiler/brw_cfg.h \ |