diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-08 15:15:20 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-08 15:15:20 -0700 |
commit | b06bf11eed367ce0cfd4250954ea8b9a6c3b2d06 (patch) | |
tree | 78721fbec2e53039a3c2025c98857825ee543f72 /usrp2/top/u2_rev3/Makefile.udp | |
parent | 9560e541c641e42222d8856add3ff3409b243f17 (diff) | |
download | uhd-b06bf11eed367ce0cfd4250954ea8b9a6c3b2d06.tar.gz uhd-b06bf11eed367ce0cfd4250954ea8b9a6c3b2d06.tar.bz2 uhd-b06bf11eed367ce0cfd4250954ea8b9a6c3b2d06.zip |
move u2_core into u2_rev3 directory to simplify directory structure and save headaches
Diffstat (limited to 'usrp2/top/u2_rev3/Makefile.udp')
-rw-r--r-- | usrp2/top/u2_rev3/Makefile.udp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u2_rev3/Makefile.udp b/usrp2/top/u2_rev3/Makefile.udp index 3be4203a8..f6e6e5b15 100644 --- a/usrp2/top/u2_rev3/Makefile.udp +++ b/usrp2/top/u2_rev3/Makefile.udp @@ -196,7 +196,7 @@ timing/time_sender.v \ timing/time_sync.v \ timing/timer.v \ timing/simple_timer.v \ -top/u2_core/u2_core_udp.v \ +top/u2_rev3/u2_core_udp.v \ top/u2_rev3/u2_rev3.ucf \ top/u2_rev3/u2_rev3.v |