summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-12-25 12:43:20 +0100
committeruvok2025-12-25 12:43:20 +0100
commite4c7a29fad5219366d75e6c447c2feca2ec3104a (patch)
tree7286184288850fb3f0d8baa67f58010374e5bb66
parentea972c4a247724c16f5014525c3f76da0a7e7f09 (diff)
Make conflicting drivers an error
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b6202d..fd6c050 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ FLASH_OPTS ?=
# as yosys needs to have -o specified for this to work
# but I specify the command manually
# also, yosys inserts /tmp/ files which makes this useless.
-YOSYS_OPTS ?= -Q -q -l $(PROGRAM).yosys.log
+YOSYS_OPTS ?= -Q -q -l $(PROGRAM).yosys.log -e "multiple conflicting drivers"
DEPS := $(wildcard *.dep)
# this is "bad", as it runs the deps target every time