diff options
author | Kristian H. Kristensen <[email protected]> | 2019-06-11 11:27:36 -0700 |
---|---|---|
committer | Kristian H. Kristensen <[email protected]> | 2019-07-10 22:05:02 +0000 |
commit | e03259974e2f2c8e8c0295f8dab56d88e7bd896c (patch) | |
tree | 89db04acb586c0f9cba539c3bcfc2f5adfe54fe5 /src/freedreno/Makefile.sources | |
parent | 51e2124a4b31a656182c3d3fd6d239e94e7582e4 (diff) |
freedreno: Generate headers from xml files
Reviewed-by: Eric Engestrom <[email protected]>
Acked-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r-- | src/freedreno/Makefile.sources | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index d8aaf2caecc..5b983266a62 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -49,12 +49,3 @@ ir3_SOURCES := \ ir3_GENERATED_FILES := \ ir3/ir3_nir_trig.c - -registers_FILES := \ - registers/a2xx.xml.h \ - registers/a3xx.xml.h \ - registers/a4xx.xml.h \ - registers/a5xx.xml.h \ - registers/a6xx.xml.h \ - registers/adreno_common.xml.h \ - registers/adreno_pm4.xml.h |