diff options
author | jcorgan | 2007-05-21 05:58:05 +0000 |
---|---|---|
committer | jcorgan | 2007-05-21 05:58:05 +0000 |
commit | 2711e51f33e4c83b07d8293ceca5d6db7830656e (patch) | |
tree | 21be31385aa79dc8d6f3075acd093f8ca9775f3d /gr-sounder/src/fpga/Makefile.am | |
parent | 9b7e0f924e4294bff46fa55b9a993b4d529f499a (diff) | |
download | gnuradio-2711e51f33e4c83b07d8293ceca5d6db7830656e.tar.gz gnuradio-2711e51f33e4c83b07d8293ceca5d6db7830656e.tar.bz2 gnuradio-2711e51f33e4c83b07d8293ceca5d6db7830656e.zip |
Merged r5463:5504 from jcorgan/snd into trunk. Work in progress, adds digital loopback and receive to FPGA code. Host receive code is still debugging only.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5505 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-sounder/src/fpga/Makefile.am')
-rw-r--r-- | gr-sounder/src/fpga/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-sounder/src/fpga/Makefile.am b/gr-sounder/src/fpga/Makefile.am index f4cd4fd42..2e8d8e3f0 100644 --- a/gr-sounder/src/fpga/Makefile.am +++ b/gr-sounder/src/fpga/Makefile.am @@ -21,4 +21,4 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = top lib rbf +SUBDIRS = top lib tb |