From 347774945972dc71910a3e38c9ec678f74f97d03 Mon Sep 17 00:00:00 2001 From: Claire Wolf Date: Thu, 2 Apr 2020 15:40:00 +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 3c89fed20..c6a8844ec 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+1706 +YOSYS_VER := 0.9+2406 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