summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-12-25 14:20:18 +0100
committeruvok2025-12-25 14:20:18 +0100
commite7db7e037e449cae3b0c09af13cc805f000f4113 (patch)
tree8e8663c951bf8bd95b05b2e5cd24a6ac606c71c2
parentacfa808fad6463538db44587deeee050100c3868 (diff)
Add error for "used but no driver"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da6d17e..e30f1e8 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 -e "conflict"
+YOSYS_OPTS ?= -Q -q -l $(PROGRAM).yosys.log -e "conflict|is used but has no driver"
DEPS := $(wildcard *.dep)
# this is "bad", as it runs the deps target every time