diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-11 17:23:34 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-11 17:23:34 -0700 |
commit | 1935f2a4ed0d0abc90bb3fe7fed745ff84ab6d7c (patch) | |
tree | 10765e4419d36c148b1a6b2304bf7c8aac9fe894 /usrp2/top/u2_rev3 | |
parent | 45e5589ed9c555c604fb66be9f314c02ff5fb9e4 (diff) | |
download | uhd-1935f2a4ed0d0abc90bb3fe7fed745ff84ab6d7c.tar.gz uhd-1935f2a4ed0d0abc90bb3fe7fed745ff84ab6d7c.tar.bz2 uhd-1935f2a4ed0d0abc90bb3fe7fed745ff84ab6d7c.zip |
produces good bin files
Diffstat (limited to 'usrp2/top/u2_rev3')
-rw-r--r-- | usrp2/top/u2_rev3/Makefile | 16 | ||||
-rw-r--r-- | usrp2/top/u2_rev3/Makefile.udp | 16 |
2 files changed, 20 insertions, 12 deletions
diff --git a/usrp2/top/u2_rev3/Makefile b/usrp2/top/u2_rev3/Makefile index 86e5bf979..68c296b9b 100644 --- a/usrp2/top/u2_rev3/Makefile +++ b/usrp2/top/u2_rev3/Makefile @@ -2,6 +2,16 @@ # Copyright 2008 Ettus Research LLC # +################################################## +# Project Setup +################################################## +TOP_MODULE = u2_rev3 +BUILD_DIR = $(abspath build$(ISE)) + +################################################## +# Include other makefiles +################################################## + include ../Makefile.common include ../../fifo/Makefile.srcs include ../../control_lib/Makefile.srcs @@ -16,12 +26,6 @@ include ../../coregen/Makefile.srcs include ../../extram/Makefile.srcs ################################################## -# Project Setup -################################################## -TOP_MODULE = u2_rev3 -BUILD_DIR = $(abspath build$(ISE)) - -################################################## # Project Properties ################################################## PROJECT_PROPERTIES = \ diff --git a/usrp2/top/u2_rev3/Makefile.udp b/usrp2/top/u2_rev3/Makefile.udp index 90a5d88be..9962887d4 100644 --- a/usrp2/top/u2_rev3/Makefile.udp +++ b/usrp2/top/u2_rev3/Makefile.udp @@ -2,6 +2,16 @@ # Copyright 2008 Ettus Research LLC # +################################################## +# Project Setup +################################################## +TOP_MODULE = u2_rev3 +BUILD_DIR = $(abspath build-udp$(ISE)) + +################################################## +# Include other makefiles +################################################## + include ../Makefile.common include ../../fifo/Makefile.srcs include ../../control_lib/Makefile.srcs @@ -16,12 +26,6 @@ include ../../coregen/Makefile.srcs include ../../extram/Makefile.srcs ################################################## -# Project Setup -################################################## -TOP_MODULE = u2_rev3 -BUILD_DIR = $(abspath build-udp$(ISE)) - -################################################## # Project Properties ################################################## PROJECT_PROPERTIES = \ |