From be35445fdbb1d384033acf262bb114c4638313b8 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 22 Mar 2021 07:38:26 +0000 Subject: [PATCH] - BUILD_DIR is overidable git-svn-id: http://moon:8086/svn/vhdl/trunk@1443 cc03376c-175c-47c8-b038-4cd826a8556b --- Common/make/ghdl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/make/ghdl.mk b/Common/make/ghdl.mk index 42f40bd..2b16fd7 100644 --- a/Common/make/ghdl.mk +++ b/Common/make/ghdl.mk @@ -13,7 +13,7 @@ IEEE_STD ?= standard RUN_TIME ?= 1000ns # Build path -BUILD_DIR := build/$(TARGET) +BUILD_DIR ?= build/$(TARGET) # Can be pre-initialized by user RUN_OPTS += --stop-time=$(RUN_TIME)