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 | |
| parent | 5f09268f1470127ecc28ae2f192598399da08067 (diff) | |
Add empty example submodule
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | software/empty | 0 | 
2 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 diff --git a/software/empty b/software/empty new file mode 160000 +Subproject b7037457b6892952ceb96288e85eab7a52d9f7b  | 
