summaryrefslogtreecommitdiffstats
path: root/usrp2/top
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-06-06 03:18:39 -0700
committerMatt Ettus <matt@ettus.com>2010-06-06 03:18:39 -0700
commit2f92808d27efae16368d6dddfbcc74ca181f4d7c (patch)
tree3e2033d3216517f12c4d93ab31ac277f01174801 /usrp2/top
parent3122c8c3d9740a2fd5e68b99df627bc632d764da (diff)
downloaduhd-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/Makefile2
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 \