diff options
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index af4174fc5c0..94073d2d959 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -8,7 +8,9 @@ BLORP_FILES = \ COMMON_FILES = \ common/gen_device_info.c \ - common/gen_device_info.h + common/gen_device_info.h \ + common/gen_l3_config.c \ + common/gen_l3_config.h GENXML_GENERATED_FILES = \ genxml/gen4_pack.h \ |