summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-22 16:09:32 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-09-03 08:23:07 -0700
commit49981891f7fc8e9ca3e8be68cae29eb0020f5fd7 (patch)
tree5d28e7e027f0d9b7ad84d80de5ef60ee3d6dcd81 /src/intel/Makefile.sources
parent979d0aca6277975986f5f278cad0f37616c9d91f (diff)
downloadexternal_mesa3d-49981891f7fc8e9ca3e8be68cae29eb0020f5fd7.zip
external_mesa3d-49981891f7fc8e9ca3e8be68cae29eb0020f5fd7.tar.gz
external_mesa3d-49981891f7fc8e9ca3e8be68cae29eb0020f5fd7.tar.bz2
intel: Pull the guts of gen7_l3_state.c into a shared helper
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index af4174f..94073d2 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 \