summaryrefslogtreecommitdiffstats
path: root/usrp2/fifo/Makefile.srcs
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-11-04 14:45:32 -0700
committerJosh Blum <josh@joshknows.com>2011-11-04 23:04:44 -0700
commitca02bf0358677043fb5d594a0f12413ba242c892 (patch)
tree81f471fdbbf0b73556cc1a58eeb35ab596f0d7d9 /usrp2/fifo/Makefile.srcs
parent8ae4113fb0666490bf7a0bfce89009012d88b96b (diff)
downloaduhd-ca02bf0358677043fb5d594a0f12413ba242c892.tar.gz
uhd-ca02bf0358677043fb5d594a0f12413ba242c892.tar.bz2
uhd-ca02bf0358677043fb5d594a0f12413ba242c892.zip
dsp: remove dsp_buffer and replace with simpler add_routing_header,
other funcs of dsp_buffer are done by double_buffer and dsp_engine
Diffstat (limited to 'usrp2/fifo/Makefile.srcs')
-rw-r--r--usrp2/fifo/Makefile.srcs1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/fifo/Makefile.srcs b/usrp2/fifo/Makefile.srcs
index 02c567049..28d506571 100644
--- a/usrp2/fifo/Makefile.srcs
+++ b/usrp2/fifo/Makefile.srcs
@@ -6,6 +6,7 @@
# FIFO Sources
##################################################
FIFO_SRCS = $(abspath $(addprefix $(BASE_DIR)/../fifo/, \
+add_routing_header.v \
buffer_int.v \
buffer_int2.v \
buffer_pool.v \