freedreno: sync registers with envytools
[mesa.git] / src / freedreno / registers / meson.build
index 33a9fce32028b9daf123f9b66cc944f179c6925c..26335ce608d3a9e8e23653d4d855faf08ab77979 100644 (file)
@@ -47,3 +47,10 @@ freedreno_xml_header_files += custom_target(
     command : [prog_python, '@INPUT@', '--pack-structs'],
     capture : true,
   )
+freedreno_xml_header_files += custom_target(
+    'adreno-pm4-pack.xml.h',
+     input : ['gen_header.py', 'adreno_pm4.xml'],
+     output : 'adreno-pm4-pack.xml.h',
+     command : [prog_python, '@INPUT@', '--pack-structs'],
+     capture : true,
+  )