diff options
| author | Harrison Mutai <harrison.mutai@arm.com> | 2025-04-15 14:36:27 +0000 |
|---|---|---|
| committer | Harrison Mutai <harrison.mutai@arm.com> | 2025-06-05 18:49:36 +0000 |
| commit | 06f3c7058c42a9f1a9f7df75ea2de71a000855e8 (patch) | |
| tree | d0b24de8cf69f980ca94ddc2815cd850e4012e30 /.gitmodules | |
| parent | 470404b8b02f030a87474c40b21d5f25498806e8 (diff) | |
| download | arm-trusted-firmware-06f3c7058c42a9f1a9f7df75ea2de71a000855e8.tar.gz arm-trusted-firmware-06f3c7058c42a9f1a9f7df75ea2de71a000855e8.zip | |
feat(handoff): support libtl submodule builds
Refactor transfer list support to enable building the transfer list
and updates include paths accordingly.
Change-Id: Icdbe19924678a4023c15897a9765b8e7f150d9e3
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..858e0c174 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "libtl"] + path = contrib/libtl + url = https://review.trustedfirmware.org/shared/transfer-list-library + shallow = true |
