diff options
| author | Michael Forney <mforney@mforney.org> | 2021-04-29 12:46:26 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-05-01 01:48:08 -0700 |
| commit | e5b9ffd458933b9f68a6609b96d308192b2dbd86 (patch) | |
| tree | 8795840b9bfbba8a5622f971236392433151e8c0 /.gitmodules | |
| parent | 7a3b81ed5f3d4707f0cdacdc01d0c90816e4be30 (diff) | |
elftoolchain: Update to latest git
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d1e4a2b5..4ca963eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,6 +67,10 @@ path = pkg/efivar/src url = https://github.com/rhinstaller/efivar ignore = all +[submodule "pkg/elftoolchain/elftoolchain"] + path = pkg/elftoolchain/src + url = https://github.com/elftoolchain/elftoolchain.git + ignore = all [submodule "pkg/expat/src"] path = pkg/expat/src url = https://github.com/libexpat/libexpat |
