diff options
author | JohnOrlando | 2010-05-13 18:24:08 -0500 |
---|---|---|
committer | JohnOrlando | 2010-05-13 18:24:08 -0500 |
commit | 3a822b971ba921ba6741eb94a9db0673950ecdff (patch) | |
tree | 23113225c514f943d25ccee8f6ff5095df361b36 /usrp2/firmware/apps | |
parent | ebb561d028bfd4a3ca2571fb997bb13a514bd87c (diff) | |
download | gnuradio-3a822b971ba921ba6741eb94a9db0673950ecdff.tar.gz gnuradio-3a822b971ba921ba6741eb94a9db0673950ecdff.tar.bz2 gnuradio-3a822b971ba921ba6741eb94a9db0673950ecdff.zip |
Once and for all, here is the properly updated Makefile.am for the apps
directory...
Diffstat (limited to 'usrp2/firmware/apps')
-rw-r--r-- | usrp2/firmware/apps/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp2/firmware/apps/Makefile.am b/usrp2/firmware/apps/Makefile.am index 00f682fc7..2cbadd1ff 100644 --- a/usrp2/firmware/apps/Makefile.am +++ b/usrp2/firmware/apps/Makefile.am @@ -47,6 +47,7 @@ noinst_PROGRAMS = \ txrx \ txrx_wbx \ txrx_xcvr \ + txrx_bitshark_rx \ factory_test \ burnrev30 \ burnrev31 \ @@ -64,6 +65,7 @@ noinst_PROGRAMS = \ # tx_drop2_SOURCES = tx_drop2.c app_common.c txrx_SOURCES = txrx.c app_common_v2.c txrx_wbx_SOURCES = txrx.c app_common_v2.c +txrx_bitshark_rx_SOURCES = txrx.c app_common_v2.c txrx_xcvr_SOURCES = txrx.c app_common_v2.c factory_test_SOURCES = factory_test.c app_common_v2.c eth_serdes_SOURCES = eth_serdes.c app_passthru_v2.c @@ -75,6 +77,8 @@ txrx_wbx_LDADD = ../lib/libu2fw_wbx.a txrx_xcvr_LDADD = ../lib/libu2fw_xcvr.a +txrx_bitshark_rx_LDADD = ../lib/libu2fw_burx.a + noinst_HEADERS = \ app_common_v2.h \ app_passthru_v2.h \ |