From 990362933db4c3b5c40ff0f762ecc1bb6eaa2f79 Mon Sep 17 00:00:00 2001 From: James Dunn Date: Fri, 4 Sep 2020 14:16:42 -0700 Subject: [PATCH] Simple makefile variable fix to allow make mcs --- fpga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/Makefile b/fpga/Makefile index 837902bc..ab538116 100644 --- a/fpga/Makefile +++ b/fpga/Makefile @@ -35,8 +35,8 @@ BOARD ?= arty # misc. directories ######################################################################################### bootrom_dir := $(base_dir)/fpga/bootrom/xip -fpga_common_script_dir := $(FPGA_DIR)/common/tcl fpga_dir := $(base_dir)/fpga/fpga-shells/xilinx +fpga_common_script_dir := $(fpga_dir)/common/tcl ######################################################################################### # import other necessary rules and variables