diff options
author | Matt Ettus <matt@ettus.com> | 2011-11-04 14:45:32 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-04 23:04:44 -0700 |
commit | ca02bf0358677043fb5d594a0f12413ba242c892 (patch) | |
tree | 81f471fdbbf0b73556cc1a58eeb35ab596f0d7d9 /usrp2/fifo/Makefile.srcs | |
parent | 8ae4113fb0666490bf7a0bfce89009012d88b96b (diff) | |
download | uhd-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.srcs | 1 |
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 \ |