anv: Convert the HiZ finishme's to perf_warn
[mesa.git] / src / intel / Makefile.sources
index af4174fc5c0f064888684e90ed265cfa02ac3026..240371261e1e64a759ca1443606aec211f835971 100644 (file)
@@ -7,8 +7,14 @@ BLORP_FILES = \
        blorp/blorp_priv.h
 
 COMMON_FILES = \
+       common/gen_debug.c \
+       common/gen_debug.h \
        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 \
+       common/gen_urb_config.c \
+       common/gen_sample_positions.h
 
 GENXML_GENERATED_FILES = \
        genxml/gen4_pack.h \
@@ -20,6 +26,13 @@ GENXML_GENERATED_FILES = \
        genxml/gen8_pack.h \
        genxml/gen9_pack.h
 
+AUBINATOR_GENERATED_FILES = \
+       genxml/gen6_xml.h \
+       genxml/gen7_xml.h \
+       genxml/gen75_xml.h \
+       genxml/gen8_xml.h \
+       genxml/gen9_xml.h
+
 ISL_FILES = \
        isl/isl.c \
        isl/isl.h \