diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2018-12-13 13:59:49 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-12-13 18:14:15 -0800 |
commit | d6bd334ec0846501c7a904802ed2aefe8e664671 (patch) | |
tree | f6fb0df0f54d60cc768547373922746febf679e0 /.gitmodules | |
parent | dca1dfaf1cfb80ec30a7a16b899efa1040e3451d (diff) |
Move hello example to 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 new file mode 100644 index 0000000..4f23d3e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "software/hello"] + path = software/hello + url = https://github.com/sifive/example-hello.git |