aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-26 10:37:53 +0200
committerClifford Wolf <clifford@clifford.at>2019-08-26 10:37:53 +0200
commit1979e0b1f2482dbf0562f5116ab444280a377773 (patch)
tree749672f9a104cbfb25bb02acad6cb731724b9d56 /Makefile
parent4a4e28b55eb24ec4e83b092bf8478bb8149669c0 (diff)
downloadyosys-1979e0b1f2482dbf0562f5116ab444280a377773.tar.gz
yosys-1979e0b1f2482dbf0562f5116ab444280a377773.tar.bz2
yosys-1979e0b1f2482dbf0562f5116ab444280a377773.zip
Yosys 0.9
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21f1c5f46..a67315415 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ LDFLAGS += -rdynamic
LDLIBS += -lrt
endif
-YOSYS_VER := 0.8+$(shell cd $(YOSYS_SRC) && test -e .git && { git log --author=clifford@clifford.at --oneline 4d4665b.. 2> /dev/null | wc -l; })
+YOSYS_VER := 0.9
GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o