diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-28 15:09:30 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:22 -0700 |
commit | d0bfde4213dcab7fe3c5db404ef0f01354d56f67 (patch) | |
tree | 0159284dd5f97912177321d57627765a906e1b52 /usrp2/gpif/Makefile.srcs | |
parent | dcabd7f30c60283533d28376fcf5cd38725fd437 (diff) | |
download | uhd-d0bfde4213dcab7fe3c5db404ef0f01354d56f67.tar.gz uhd-d0bfde4213dcab7fe3c5db404ef0f01354d56f67.tar.bz2 uhd-d0bfde4213dcab7fe3c5db404ef0f01354d56f67.zip |
u1p: do padding outside of gpif_rd, in packet_splitter
Diffstat (limited to 'usrp2/gpif/Makefile.srcs')
-rw-r--r-- | usrp2/gpif/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/gpif/Makefile.srcs b/usrp2/gpif/Makefile.srcs index d7eaf9fca..bf2b7f74d 100644 --- a/usrp2/gpif/Makefile.srcs +++ b/usrp2/gpif/Makefile.srcs @@ -10,4 +10,5 @@ gpif.v \ gpif_wr.v \ gpif_rd.v \ packet_reframer.v \ +packet_splitter.v \ )) |