diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2018-12-13 14:01:32 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-12-13 18:14:15 -0800 |
commit | b38973e0327f79d1c2ca2f86872a0954b0ad4c79 (patch) | |
tree | 22ce9e90a2d4e73e9f8eb405e450620a0f073d58 /.gitmodules | |
parent | d6bd334ec0846501c7a904802ed2aefe8e664671 (diff) |
Add Freedom MEE as a submodule
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4f23d3e..68ab3b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +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 |