diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-18 14:17:46 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:21 -0700 |
commit | f5ef91168704f2203b006f515c6c889bb696af2f (patch) | |
tree | 0137fe3e166aacd7bbd585589c7835a326d684ca /usrp2/fifo/Makefile.srcs | |
parent | 262c6e9225889a1ff4afd045ad0c6d929d06478c (diff) | |
download | uhd-f5ef91168704f2203b006f515c6c889bb696af2f.tar.gz uhd-f5ef91168704f2203b006f515c6c889bb696af2f.tar.bz2 uhd-f5ef91168704f2203b006f515c6c889bb696af2f.zip |
u1p: pass tx status/error packets back through GPIF over the response channel (short packets)
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 7e6a231ae..02c567049 100644 --- a/usrp2/fifo/Makefile.srcs +++ b/usrp2/fifo/Makefile.srcs @@ -23,6 +23,7 @@ fifo19_to_ll8.v \ ll8_to_fifo19.v \ fifo36_to_fifo19.v \ fifo19_to_fifo36.v \ +fifo19_mux.v \ fifo36_mux.v \ fifo36_demux.v \ packet_router.v \ |