diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-07 15:32:04 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-07 15:32:04 -0700 |
commit | 31d5fac152ad342b40b8d9f2676cfdf749cfd20e (patch) | |
tree | 672b766a58f8c62ab2a83398f003c92e91062fdf /usrp2/top/u2_rev3 | |
parent | 893a1350cf5b930f019f10f71f2e1acbc1354927 (diff) | |
download | uhd-31d5fac152ad342b40b8d9f2676cfdf749cfd20e.tar.gz uhd-31d5fac152ad342b40b8d9f2676cfdf749cfd20e.tar.bz2 uhd-31d5fac152ad342b40b8d9f2676cfdf749cfd20e.zip |
proper name for directory
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 bc3933415..5eb9d9420 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-ISE$(XIL)/ +BUILD_DIR := build$(ISE)/ export TOP_MODULE := u2_rev3 export PROJ_FILE := $(BUILD_DIR)$(TOP_MODULE).ise |