diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-27 11:38:39 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-27 11:38:39 -0400 |
commit | 5ce361bac89d49a368350e8c475b83e8e6cf0718 (patch) | |
tree | 0ad3144eebb5f069c238b35611750fe29d2ca1ab /software/.gitmodules | |
parent | 89e23287021da6db980ebbcca3c651bc163514bb (diff) | |
parent | 856cb22d530e820c122e0dbee5b61edff91d235e (diff) |
Merged software/master.
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 |