diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-30 10:50:57 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-20 14:53:35 -0800 |
commit | 566d3e24118b4a0151941bdf1c3d9be68b0fb062 (patch) | |
tree | 7eda811cf69167f8d02700c8027f8d2169d84573 /.gitmodules | |
parent | 5f09268f1470127ecc28ae2f192598399da08067 (diff) |
Add empty example 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 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 |