From a5988c39639f13cce50826247599d56db07b8105 Mon Sep 17 00:00:00 2001 From: Hasan Genc Date: Wed, 20 Nov 2019 19:44:58 -0800 Subject: [PATCH] Fix syntax error in vlsi/Makefile --- vlsi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlsi/Makefile b/vlsi/Makefile index d7135bb5..a41368c5 100644 --- a/vlsi/Makefile +++ b/vlsi/Makefile @@ -33,7 +33,7 @@ INPUT_CONFS ?= example.yml HAMMER_EXEC ?= ./example-vlsi VLSI_TOP ?= $(TOP) VLSI_OBJ_DIR ?= $(vlsi_dir)/build -ifneq($(CUSTOM_VLOG), ) +ifneq ($(CUSTOM_VLOG), ) OBJ_DIR ?= $(VLSI_OBJ_DIR)/custom-$(VLSI_TOP) else OBJ_DIR ?= $(VLSI_OBJ_DIR)/$(long_name)-$(VLSI_TOP)