diff options
author | Matt Ettus <matt@ettus.com> | 2010-08-25 18:47:34 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-08-25 18:47:34 -0700 |
commit | 32d06cadd5c60e1080e6124cfd46c44a97157adf (patch) | |
tree | 4337273f0beba96f15dac6560fcc72f396f1fdef /usrp2/vrt/Makefile.srcs | |
parent | 02c2a3fd08b1ae1a306fa45d89b55dafeaffb508 (diff) | |
parent | 743ea16da4eef07cf9956f4098fc4b959e689c00 (diff) | |
download | uhd-32d06cadd5c60e1080e6124cfd46c44a97157adf.tar.gz uhd-32d06cadd5c60e1080e6124cfd46c44a97157adf.tar.bz2 uhd-32d06cadd5c60e1080e6124cfd46c44a97157adf.zip |
Merge branch 'u1e_merge' into u1e
* u1e_merge:
no need for protocol headers since we're not doing ethernet
match the signal names in this design
debug pins cleanup
properly integrate the new tx chain
catch up with tx_policy
Diffstat (limited to 'usrp2/vrt/Makefile.srcs')
-rw-r--r-- | usrp2/vrt/Makefile.srcs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/vrt/Makefile.srcs b/usrp2/vrt/Makefile.srcs index 07c62224b..dc4bd8c96 100644 --- a/usrp2/vrt/Makefile.srcs +++ b/usrp2/vrt/Makefile.srcs @@ -10,4 +10,6 @@ vita_rx_control.v \ vita_rx_framer.v \ vita_tx_control.v \ vita_tx_deframer.v \ +vita_tx_chain.v \ +gen_context_pkt.v \ )) |