diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-29 14:13:10 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-29 14:13:10 -0800 |
commit | a86bdc1ab187d075d76f8640ff2ea4c69b1d28e6 (patch) | |
tree | eec0cec941d825ad38836dac8782fd69f60bebe5 /fpga/usrp2/fifo/Makefile.srcs | |
parent | 55556d641ec1d8e70b53f54998cd5878ce45a2e0 (diff) | |
parent | 64157121ed3a8af38f32d847a937c4f82ec92ebe (diff) | |
download | uhd-a86bdc1ab187d075d76f8640ff2ea4c69b1d28e6.tar.gz uhd-a86bdc1ab187d075d76f8640ff2ea4c69b1d28e6.tar.bz2 uhd-a86bdc1ab187d075d76f8640ff2ea4c69b1d28e6.zip |
Merge branch 'fpga_next' into next
Diffstat (limited to 'fpga/usrp2/fifo/Makefile.srcs')
-rw-r--r-- | fpga/usrp2/fifo/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga/usrp2/fifo/Makefile.srcs b/fpga/usrp2/fifo/Makefile.srcs index 5552fbd51..f0b5b7bae 100644 --- a/fpga/usrp2/fifo/Makefile.srcs +++ b/fpga/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 \ |