diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-06 03:18:39 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-06 03:18:39 -0700 |
commit | 2f92808d27efae16368d6dddfbcc74ca181f4d7c (patch) | |
tree | 3e2033d3216517f12c4d93ab31ac277f01174801 /usrp2/top | |
parent | 3122c8c3d9740a2fd5e68b99df627bc632d764da (diff) | |
download | uhd-2f92808d27efae16368d6dddfbcc74ca181f4d7c.tar.gz uhd-2f92808d27efae16368d6dddfbcc74ca181f4d7c.tar.bz2 uhd-2f92808d27efae16368d6dddfbcc74ca181f4d7c.zip |
use fifo19 not fifo18 in makefile
Diffstat (limited to 'usrp2/top')
-rw-r--r-- | usrp2/top/u1e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index edfc47c53..cfef1378f 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -109,7 +109,7 @@ control_lib/newfifo/fifo_short.v \ control_lib/newfifo/fifo_long.v \ control_lib/newfifo/fifo_cascade.v \ control_lib/newfifo/fifo36_to_ll8.v \ -control_lib/newfifo/fifo36_to_fifo18.v \ +control_lib/newfifo/fifo36_to_fifo19.v \ control_lib/newfifo/fifo19_to_fifo36.v \ control_lib/newfifo/packet_generator.v \ control_lib/newfifo/packet_verifier.v \ |