diff options
author | Lionel Landwerlin <[email protected]> | 2017-03-25 02:52:33 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-03-31 01:24:56 +0100 |
commit | 0f83c0514929577a824877870a98f945d90a689e (patch) | |
tree | 868135e2b8c14b1d314c955ad13a4aa69c6a1969 /src/intel/Makefile.sources | |
parent | 0f3de89a56ac326a16eebb8701a1c8218c1f65dd (diff) |
intel: genxml: compress all gen files into one
Combining all the files into a single string didn't make any
difference in the size of the aubinator binary.
With this change we now also embed gen4/4.5/5 descriptions, which
increases the aubinator size by ~16Kb.
v2 (Lionel): rebase makefiles
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index c56891643ce..aa04c078985 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -131,14 +131,8 @@ GENXML_GENERATED_PACK_FILES = \ GENXML_GENERATED_FILES = \ $(GENXML_GENERATED_PACK_FILES) \ - genxml/genX_bits.h - -AUBINATOR_GENERATED_FILES = \ - genxml/gen6_xml.h \ - genxml/gen7_xml.h \ - genxml/gen75_xml.h \ - genxml/gen8_xml.h \ - genxml/gen9_xml.h + genxml/genX_bits.h \ + genxml/genX_xml.h ISL_FILES = \ isl/isl.c \ |