From 32479630be1a661d1cfd6e5e6f1961e64c263db7 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 24 Oct 2018 16:49:20 -0700 Subject: [PATCH] minitests/roi_harness: Remove hardcoded values in Makefile. Signed-off-by: Tim 'mithro' Ansell --- minitests/roi_harness/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/minitests/roi_harness/Makefile b/minitests/roi_harness/Makefile index 77581545..9c03896b 100644 --- a/minitests/roi_harness/Makefile +++ b/minitests/roi_harness/Makefile @@ -1,8 +1,12 @@ BUILD_DIR=build +export BUILD_DIR + +XRAY_PINCFG ?= BASYS3-SWBUT +export XRAY_PINCFG # official demo configuration all: - BUILD_DIR=$(BUILD_DIR) XRAY_PINCFG=BASYS3-SWBUT ./runme.sh + ./runme.sh clean: rm -rf specimen_[0-9][0-9][0-9]/ seg_clblx.segbits vivado*.log vivado_*.str vivado*.jou design *.bits *.dcp *.bit design.txt .Xil