From e4c7a29fad5219366d75e6c447c2feca2ec3104a Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 25 Dec 2025 12:43:20 +0100 Subject: Make conflicting drivers an error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3