From 3a822b971ba921ba6741eb94a9db0673950ecdff Mon Sep 17 00:00:00 2001 From: JohnOrlando Date: Thu, 13 May 2010 18:24:08 -0500 Subject: [PATCH] Once and for all, here is the properly updated Makefile.am for the apps directory... --- usrp2/firmware/apps/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usrp2/firmware/apps/Makefile.am b/usrp2/firmware/apps/Makefile.am index 00f682fc..2cbadd1f 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 \ -- 2.30.2