From c39ebe6ae0e41cf9a84da852fa3cf9f71937a9b2 Mon Sep 17 00:00:00 2001 From: Claire Wolf Date: Fri, 31 Jul 2020 20:57:41 +0200 Subject: [PATCH] Bump YOSYS_VER Signed-off-by: Claire Wolf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6b421920..127fd972b 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+2406 +YOSYS_VER := 0.9+3468 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o -- 2.30.2