diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-20 23:57:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 23:57:41 +0000 |
commit | eb626db1e2e20cb09524e3f4c8a0bcd7b9968f41 (patch) | |
tree | 7eda811cf69167f8d02700c8027f8d2169d84573 /.gitmodules | |
parent | 5f09268f1470127ecc28ae2f192598399da08067 (diff) | |
parent | 566d3e24118b4a0151941bdf1c3d9be68b0fb062 (diff) |
Merge pull request #164 from sifive/add-empty-example
Add an empty example project
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0c71e12..068c7a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "software/example-spi"] path = software/example-spi url = https://github.com/sifive/example-spi.git +[submodule "software/empty"] + path = software/empty + url = https://github.com/sifive/example-empty.git |