From d60d163572ca5942454270e393f536aa7d21f6e8 Mon Sep 17 00:00:00 2001 From: Odysseas Chatzopoulos Date: Wed, 19 Oct 2022 19:56:41 +0300 Subject: [PATCH] Remove extra parentheses Without this change make buildfile Config=SmallBoomConfig fails --- vlsi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlsi/Makefile b/vlsi/Makefile index 3f50b6dc3a..0df1f7f9fa 100644 --- a/vlsi/Makefile +++ b/vlsi/Makefile @@ -35,7 +35,7 @@ endif ENV_YML ?= $(vlsi_dir)/env.yml TECH_CONF ?= $(if $(filter $(tech_name),asap7), example-asap7.yml,\ - example-sky130.yml)) + example-sky130.yml) TOOLS_CONF ?= example-tools.yml INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) HAMMER_EXEC ?= $(if $(filter $(tech_name),sky130),\