diff options
author | matt | 2008-06-24 19:40:47 +0000 |
---|---|---|
committer | matt | 2008-06-24 19:40:47 +0000 |
commit | dd59e08dabdbd31cd968c5413cbbd7bf6990de77 (patch) | |
tree | c7f79b104e22bf17ec153abbf48074c4871ac718 /gr-usrp/src/Makefile.am | |
parent | e1e14bc59f04e11e5e32523cce4d1f7902bc89a4 (diff) | |
download | gnuradio-dd59e08dabdbd31cd968c5413cbbd7bf6990de77.tar.gz gnuradio-dd59e08dabdbd31cd968c5413cbbd7bf6990de77.tar.bz2 gnuradio-dd59e08dabdbd31cd968c5413cbbd7bf6990de77.zip |
new experimental daughterboards with other tuners
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8687 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp/src/Makefile.am')
-rw-r--r-- | gr-usrp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-usrp/src/Makefile.am b/gr-usrp/src/Makefile.am index a2b348e3b..4bb40800f 100644 --- a/gr-usrp/src/Makefile.am +++ b/gr-usrp/src/Makefile.am @@ -54,6 +54,8 @@ ourpython_PYTHON = \ db_xcvr2450.py \ db_instantiator.py \ db_tv_rx.py \ + db_dtt754.py \ + db_dtt768.py \ flexrf_debug_gui.py \ tx_debug_gui.py \ usrp.py \ |