diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-06-06 17:15:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 17:15:06 -0700 |
commit | 41f9c8ccc90899bb3f87fed0e5c2423d5a190921 (patch) | |
tree | a20c86872cf47dadbbe2b2116e9d39627704b574 /.gitmodules | |
parent | 55322c92d7028f98ff3be82009cb163a11c6b14f (diff) | |
parent | eed0f805fc177cf54867b8b79d6fc7b3796f778f (diff) |
Merge pull request #271 from sifive/submodule-fdt
Adding Freedom-devicetree-tools as a submodule for the two to be in sync
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a166706..6feb833 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "software/coremark"] path = software/coremark url = https://github.com/sifive/benchmark-coremark.git +[submodule "freedom-devicetree-tools"] + path = freedom-devicetree-tools + url = git@github.com:sifive/freedom-devicetree-tools.git |