diff options
author | Josh Blum | 2012-08-27 20:51:45 -0700 |
---|---|---|
committer | Josh Blum | 2012-08-27 20:52:28 -0700 |
commit | 0323e54b99dbbf28f8c2290cc59b6bb06b9e6f37 (patch) | |
tree | 27a52ae718c3b15787d81b72698f6687c9d521a9 /.gitmodules | |
parent | d0d3d566fb657a6ad2bc6f4cfd2d723b4cfd592d (diff) | |
download | sandhi-0323e54b99dbbf28f8c2290cc59b6bb06b9e6f37.tar.gz sandhi-0323e54b99dbbf28f8c2290cc59b6bb06b9e6f37.tar.bz2 sandhi-0323e54b99dbbf28f8c2290cc59b6bb06b9e6f37.zip |
runtime: added gnuradio as submodule
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..ddd11cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gnuradio"] + path = gnuradio + url = git@github.com:guruofquality/gnuradio.git |