diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-22 15:46:46 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-22 15:46:46 -0800 |
commit | 57b779c5103d25a94c90fd6ac465c6f7f8add9b1 (patch) | |
tree | 816f1f8a95b325f0ff529df4d1006573a3cad905 /fpga/usrp2/vrt/Makefile.srcs | |
parent | 5b5606529035d139b5a0a07487fc7ad9dab4da65 (diff) | |
parent | 71c0e14cb75ff1387c18ff65bca06c04b110f8c5 (diff) | |
download | uhd-57b779c5103d25a94c90fd6ac465c6f7f8add9b1.tar.gz uhd-57b779c5103d25a94c90fd6ac465c6f7f8add9b1.tar.bz2 uhd-57b779c5103d25a94c90fd6ac465c6f7f8add9b1.zip |
Merge branch 'packet_router_2nd_dsp' into usrp2_dual_dsp
Diffstat (limited to 'fpga/usrp2/vrt/Makefile.srcs')
-rw-r--r-- | fpga/usrp2/vrt/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga/usrp2/vrt/Makefile.srcs b/fpga/usrp2/vrt/Makefile.srcs index aa1356d82..4851bc924 100644 --- a/fpga/usrp2/vrt/Makefile.srcs +++ b/fpga/usrp2/vrt/Makefile.srcs @@ -8,6 +8,7 @@ VRT_SRCS = $(abspath $(addprefix $(BASE_DIR)/../vrt/, \ vita_rx_control.v \ vita_rx_framer.v \ +vita_rx_chain.v \ vita_tx_control.v \ vita_tx_deframer.v \ vita_tx_chain.v \ |