diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-07 15:26:25 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-07 15:26:25 -0700 |
commit | 893a1350cf5b930f019f10f71f2e1acbc1354927 (patch) | |
tree | a15421af0013e0b03b7a5c60c87bfb0c56da0046 /usrp2/top/u2_rev3 | |
parent | d488c6b2cc40221d395f053891c1c89c1305fae5 (diff) | |
download | uhd-893a1350cf5b930f019f10f71f2e1acbc1354927.tar.gz uhd-893a1350cf5b930f019f10f71f2e1acbc1354927.tar.bz2 uhd-893a1350cf5b930f019f10f71f2e1acbc1354927.zip |
name build directory with ISE version name
Diffstat (limited to 'usrp2/top/u2_rev3')
-rw-r--r-- | usrp2/top/u2_rev3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u2_rev3/Makefile b/usrp2/top/u2_rev3/Makefile index 7eedf5e7f..bc3933415 100644 --- a/usrp2/top/u2_rev3/Makefile +++ b/usrp2/top/u2_rev3/Makefile @@ -29,7 +29,7 @@ ISE_HELPER := ../tcl/ise_helper.tcl ################################################## # Project Setup ################################################## -BUILD_DIR := build/ +BUILD_DIR := build-ISE$(XIL)/ export TOP_MODULE := u2_rev3 export PROJ_FILE := $(BUILD_DIR)$(TOP_MODULE).ise |