Skip to content

Commit bec1090

Browse files
committed
export DESIGN_CONFIG from Makefile
Ubuntu22 otherwise fails during make issue with flow/util/makeIssue.sh: line 99: DESIGN_CONFIG: unbound variable Signed-off-by: Matt Liberty <[email protected]>
1 parent 322f920 commit bec1090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export DPO_MAX_DISPLACEMENT ?= 5 1
210210
# Setup working directories
211211
export DESIGN_NICKNAME ?= $(DESIGN_NAME)
212212

213+
export DESIGN_CONFIG
213214
export DESIGN_DIR = $(dir $(DESIGN_CONFIG))
214215
export LOG_DIR = $(WORK_HOME)/logs/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_VARIANT)
215216
export OBJECTS_DIR = $(WORK_HOME)/objects/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_VARIANT)

0 commit comments

Comments
 (0)