diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-09 17:01:10 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-09 17:01:10 -0700 |
commit | 4e34bcbe9608b4adc81c33c6151af104cfe3e613 (patch) | |
tree | 3f06d073701029a332643dc3252f0acaf68b8caf /usrp2/top/u2_rev3/Makefile.udp | |
parent | 443e4b3d276edabee4c80929d14baf30598315b2 (diff) | |
parent | 8dbe0a6f5c4cb4d3d888d94287e788153762d14b (diff) | |
download | uhd-4e34bcbe9608b4adc81c33c6151af104cfe3e613.tar.gz uhd-4e34bcbe9608b4adc81c33c6151af104cfe3e613.tar.bz2 uhd-4e34bcbe9608b4adc81c33c6151af104cfe3e613.zip |
Merge branch 'master' into u2p
* master:
get rid of debug stuff to help timing
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 |