diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-07 15:37:25 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-07 15:37:25 -0700 |
commit | 6713a56cb6a927140505cb5c8464b23362348c9c (patch) | |
tree | 6ec9ec93931210305d08c707d989e0ff7c4ff773 /usrp2/top | |
parent | 31d5fac152ad342b40b8d9f2676cfdf749cfd20e (diff) | |
download | uhd-6713a56cb6a927140505cb5c8464b23362348c9c.tar.gz uhd-6713a56cb6a927140505cb5c8464b23362348c9c.tar.bz2 uhd-6713a56cb6a927140505cb5c8464b23362348c9c.zip |
report ise version in build
Diffstat (limited to 'usrp2/top')
-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 e445fe3b2..3be4203a8 100644 --- a/usrp2/top/u2_rev3/Makefile.udp +++ b/usrp2/top/u2_rev3/Makefile.udp @@ -29,7 +29,7 @@ ISE_HELPER := ../tcl/ise_helper.tcl ################################################## # Project Setup ################################################## -BUILD_DIR := build-udp/ +BUILD_DIR := build-udp$(ISE)/ export TOP_MODULE := u2_rev3 export PROJ_FILE := $(BUILD_DIR)$(TOP_MODULE).ise |