diff options
| author | Jeff Epler <jepler@gmail.com> | 2018-05-07 20:03:30 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2018-05-07 20:03:30 -0500 |
| commit | a6072f7ae356f3e6c8100a78a2ae3bb976382a20 (patch) | |
| tree | 93d2b2a1efc55e4843a5a50ca42b16786ec30601 /.gitmodules | |
| parent | d32349cee83587e07d927c6ca7781b402a0c1bd1 (diff) | |
uzlib: convert to submodule
Textualy, the files in lib/uzlib/src were identical to the ones committed
in extmod/uzlib so there should be no behavioral change possible as a
result of this commit.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d7c7b511b..59048d6c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,6 +11,9 @@ [submodule "lib/berkeley-db-1.xx"] path = lib/berkeley-db-1.xx url = https://github.com/pfalcon/berkeley-db-1.xx +[submodule "lib/uzlib"] + path = lib/uzlib + url = https://github.com/pfalcon/uzlib [submodule "tools/uf2"] path = tools/uf2 url = https://github.com/Microsoft/uf2.git |
