diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cb4501d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "sw/libhal"] + path = sw/libhal + url = https://git.cryptech.is/sw/libhal.git +[submodule "sw/pkcs11"] + path = sw/pkcs11 + url = https://git.cryptech.is/sw/pkcs11.git +[submodule "sw/thirdparty/libtfm"] + path = sw/thirdparty/libtfm + url = https://git.cryptech.is/sw/thirdparty/libtfm.git +[submodule "sw/thirdparty/sqlite3"] + path = sw/thirdparty/sqlite3 + url = https://git.cryptech.is/sw/thirdparty/sqlite3.git |