aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/sdr_lib/Makefile.srcs
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-07-19 13:47:32 -0700
committerJosh Blum <josh@joshknows.com>2011-07-19 13:47:32 -0700
commit05cfc2d5c908f6fd36cff4c0bb816b146d913960 (patch)
tree9b432549a4f992de837c208d8421f42ddaf56282 /usrp2/sdr_lib/Makefile.srcs
parentc0fadece89314f3a00892122c28caf187ce1a717 (diff)
parentfbc01138d5f943b06ce1bf3f746287b9d6c7789d (diff)
downloaduhd-05cfc2d5c908f6fd36cff4c0bb816b146d913960.tar.gz
uhd-05cfc2d5c908f6fd36cff4c0bb816b146d913960.tar.bz2
uhd-05cfc2d5c908f6fd36cff4c0bb816b146d913960.zip
Merge branch 'b100_shrink' into new_work
Diffstat (limited to 'usrp2/sdr_lib/Makefile.srcs')
-rw-r--r--usrp2/sdr_lib/Makefile.srcs8
1 files changed, 5 insertions, 3 deletions
diff --git a/usrp2/sdr_lib/Makefile.srcs b/usrp2/sdr_lib/Makefile.srcs
index 90eede20f..defbced17 100644
--- a/usrp2/sdr_lib/Makefile.srcs
+++ b/usrp2/sdr_lib/Makefile.srcs
@@ -8,6 +8,8 @@
SDR_LIB_SRCS = $(abspath $(addprefix $(BASE_DIR)/../sdr_lib/, \
acc.v \
add2.v \
+add2_and_clip.v \
+add2_and_clip_reg.v \
add2_and_round.v \
add2_and_round_reg.v \
add2_reg.v \
@@ -22,16 +24,16 @@ cordic.v \
cordic_z24.v \
cordic_stage.v \
dsp_core_rx.v \
-dsp_core_rx_old.v \
dsp_core_tx.v \
hb_dec.v \
hb_interp.v \
round.v \
round_reg.v \
-rx_control.v \
+round_sd.v \
rx_dcoffset.v \
+rx_frontend.v \
sign_extend.v \
small_hb_dec.v \
small_hb_int.v \
-tx_control.v \
+tx_frontend.v \
))