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