diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2018-12-13 18:15:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 18:15:05 -0800 |
commit | 0c3b3d75eadffb9ab1d85e811cac55d54ac9d3ca (patch) | |
tree | 084c876c10af7b31f73c2d8cfb7cc4511053c128 /.gitmodules | |
parent | dca1dfaf1cfb80ec30a7a16b899efa1040e3451d (diff) | |
parent | 853e244604682b57e88535671b9c66cfbd3e8f3f (diff) |
Merge pull request #113 from sifive/add-mee-support
Add MEE Support
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..68ab3b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "software/hello"] + path = software/hello + url = https://github.com/sifive/example-hello.git +[submodule "freedom-mee"] + path = freedom-mee + url = https://github.com/sifive/freedom-mee.git |