From: Ruben Undheim Date: Sat, 14 May 2016 15:44:12 +0200 Subject: Compilation from the upstream code depends on being in the git repository to get the correct git-revision to be shown when running the program. This patch puts in the git revision from the correct upstream. It must be updated every time upstream changes! Forwarded: doesn't make sense upstream --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d759b11..c92c808 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ LDLIBS += -lrt endif YOSYS_VER := 0.8 -GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) +GIT_REV := 5706e90 OBJS = kernel/version_$(GIT_REV).o # set 'ABCREV = default' to use abc/ as it is