diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-28 19:00:20 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-28 19:00:20 -0800 |
commit | 35ae7bc843d12840920e8d62da8b33696eb14710 (patch) | |
tree | 65944f20f14646d696975a86e3370b7b86ea8502 /usrp2/fifo/Makefile.srcs | |
parent | 87d57ac21a30df1bf0128057ced96b8bf36d625e (diff) | |
download | uhd-35ae7bc843d12840920e8d62da8b33696eb14710.tar.gz uhd-35ae7bc843d12840920e8d62da8b33696eb14710.tar.bz2 uhd-35ae7bc843d12840920e8d62da8b33696eb14710.zip |
packet_router: replace buffers interfaced in packet router with buffer_int2
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 5552fbd51..f0b5b7bae 100644 --- a/usrp2/fifo/Makefile.srcs +++ b/usrp2/fifo/Makefile.srcs @@ -7,6 +7,7 @@ ################################################## FIFO_SRCS = $(abspath $(addprefix $(BASE_DIR)/../fifo/, \ buffer_int.v \ +buffer_int2.v \ buffer_pool.v \ crossbar36.v \ dsp_framer36.v \ |