diff options
author | Josh Blum | 2012-11-24 17:52:40 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-24 17:52:40 -0800 |
commit | 6cdf13e84d491c287eb8f713d41f7c2c67a5f395 (patch) | |
tree | 293e27f4be31e3199741f5a4e771eb00e2825e5d /.gitmodules | |
parent | 4f7dbcddccd70f3592ede97d739791bcfcfc8b52 (diff) | |
download | sandhi-6cdf13e84d491c287eb8f713d41f7c2c67a5f395.tar.gz sandhi-6cdf13e84d491c287eb8f713d41f7c2c67a5f395.tar.bz2 sandhi-6cdf13e84d491c287eb8f713d41f7c2c67a5f395.zip |
support for grextras as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5dce3b2..8d7a78e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "gnuradio"] path = gnuradio url = https://github.com/guruofquality/gnuradio.git +[submodule "grextras"] + path = grextras + url = https://github.com/guruofquality/grextras.git |