aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/regressions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/regressions/Makefile')
-rw-r--r--ice40/regressions/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/ice40/regressions/Makefile b/ice40/regressions/Makefile
deleted file mode 100644
index f723b04f..00000000
--- a/ice40/regressions/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-NPNR = ../../nextpnr-ice40
-JSON = $(wildcard */*.json)
-OUTPUT = $(patsubst %.json,%.log,$(JSON))
-
-all: $(NPNR) $(OUTPUT)
-
-%.log: %.json $(wildcard %.pcf)
- $(NPNR) --json $(word 1,$^) $(if $(word 2,$^), --pcf $(word 2,$^),) > $@ 2>&1