diff options
author | Jason Ekstrand <[email protected]> | 2016-08-22 16:09:32 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-09-03 08:23:07 -0700 |
commit | 49981891f7fc8e9ca3e8be68cae29eb0020f5fd7 (patch) | |
tree | 5d28e7e027f0d9b7ad84d80de5ef60ee3d6dcd81 /src/intel/Makefile.sources | |
parent | 979d0aca6277975986f5f278cad0f37616c9d91f (diff) |
intel: Pull the guts of gen7_l3_state.c into a shared helper
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
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 \ |