From 893a1350cf5b930f019f10f71f2e1acbc1354927 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Mon, 7 Jun 2010 15:26:25 -0700 Subject: name build directory with ISE version name --- usrp2/top/u2_rev3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/top/u2_rev3') 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 -- cgit v1.2.3 From 31d5fac152ad342b40b8d9f2676cfdf749cfd20e Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Mon, 7 Jun 2010 15:32:04 -0700 Subject: proper name for directory --- usrp2/top/u2_rev3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/top/u2_rev3') 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 -- cgit v1.2.3 From 6713a56cb6a927140505cb5c8464b23362348c9c Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Mon, 7 Jun 2010 15:37:25 -0700 Subject: report ise version in build --- usrp2/top/u2_rev3/Makefile.udp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/top/u2_rev3') 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 -- cgit v1.2.3