transceiver: enable USRP1 firmware binary install

Not sure why this functionality is commented out.

Make install places the FPGA firmware image in:

  /usr/local/share/usrp/rev2/
  /usr/local/share/usrp/rev4/

Signed-off-by: Thomas Tsou <ttsou@vt.edu>

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2690 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
kurtis.heimerl
2011-11-26 03:19:31 +00:00
parent 01c8396bb0
commit 5078692fd7

View File

@@ -28,11 +28,11 @@ AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(USRP_CFLAGS)
endif
AM_CXXFLAGS = -ldl -lpthread
#rev2dir = $(datadir)/usrp/rev2
#rev4dir = $(datadir)/usrp/rev4
rev2dir = $(datadir)/usrp/rev2
rev4dir = $(datadir)/usrp/rev4
#dist_rev2_DATA = std_inband.rbf
#dist_rev4_DATA = std_inband.rbf
dist_rev2_DATA = std_inband.rbf
dist_rev4_DATA = std_inband.rbf
EXTRA_DIST = \
README \