diff options
author | jcorgan | 2009-02-26 23:39:17 +0000 |
---|---|---|
committer | jcorgan | 2009-02-26 23:39:17 +0000 |
commit | 503efe1fbe3822979b8aa3c868d3d13fbeb9af7f (patch) | |
tree | a3312f065b8865c473d2151f70a8d6ee1992563d /usrp/fpga/rbf/rev2 | |
parent | f1c079534256ec7e1cd2bbf1360bec15c539d87c (diff) | |
download | gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.tar.gz gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.tar.bz2 gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.zip |
Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/fpga/rbf/rev2')
-rw-r--r-- | usrp/fpga/rbf/rev2/Makefile.am | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/usrp/fpga/rbf/rev2/Makefile.am b/usrp/fpga/rbf/rev2/Makefile.am new file mode 100644 index 000000000..487650e18 --- /dev/null +++ b/usrp/fpga/rbf/rev2/Makefile.am @@ -0,0 +1,31 @@ +# +# Copyright 2009 Free Software Foundation, Inc. +# +# This file is part of GNU Radio +# +# GNU Radio is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# GNU Radio is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Radio; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. +# + +include $(top_srcdir)/Makefile.common + +rbf2datadir = $(prefix)/share/usrp/rev2 + +dist_rbf2data_DATA = \ + std_2rxhb_2tx.rbf \ + std_4rx_0tx.rbf \ + inband_1rxhb_1tx.rbf \ + inband_2rxhb_2tx.rbf \ + multi_2rxhb_2tx.rbf |