diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-02 12:08:43 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-02 12:08:43 -0400 |
| commit | a25031175ee571ebaf9f32a049c02d7d5862e7c4 (patch) | |
| tree | c4bf3d4a843512a93953cbff61b8f71a3f20b35b /config | |
| parent | 89c74d0133edf23fe47b04f4756e143d72f59780 (diff) | |
matDL build rule: Allow specifying global/local scope
Diffstat (limited to 'config')
| -rw-r--r-- | config/GZLE01/config.yml | 2 | ||||
| -rw-r--r-- | config/GZLJ01/config.yml | 2 | ||||
| -rw-r--r-- | config/GZLP01/config.yml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/config/GZLE01/config.yml b/config/GZLE01/config.yml index 9a94bfc4..8bf26c29 100644 --- a/config/GZLE01/config.yml +++ b/config/GZLE01/config.yml @@ -2217,6 +2217,8 @@ extract: header: assets/g_dTree_shadowMatDL.h header_type: none custom_type: matDL + custom_data: + scope: global - symbol: l_chainS3TCTEX!.data:0x803769e0 binary: assets/l_chainS3TCTEX__d_chain.bin diff --git a/config/GZLJ01/config.yml b/config/GZLJ01/config.yml index d899cc54..3daa6021 100644 --- a/config/GZLJ01/config.yml +++ b/config/GZLJ01/config.yml @@ -1801,6 +1801,8 @@ extract: header: assets/g_dTree_shadowMatDL.h header_type: none custom_type: matDL + custom_data: + scope: global - symbol: l_chainS3TCTEX!.data:0x80369e80 binary: assets/l_chainS3TCTEX__d_chain.bin diff --git a/config/GZLP01/config.yml b/config/GZLP01/config.yml index 05543944..e41b7af9 100644 --- a/config/GZLP01/config.yml +++ b/config/GZLP01/config.yml @@ -1813,6 +1813,8 @@ extract: header: assets/g_dTree_shadowMatDL.h header_type: none custom_type: matDL + custom_data: + scope: global - symbol: l_chainS3TCTEX!.data:0x8037d6c0 binary: assets/l_chainS3TCTEX__d_chain.bin |
