diff options
Diffstat (limited to 'usrp2/top/u2_rev3/Makefile.udp')
-rw-r--r-- | usrp2/top/u2_rev3/Makefile.udp | 16 |
1 files changed, 10 insertions, 6 deletions
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 = \ |