aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-11-03 10:31:51 +0100
committerClifford Wolf <clifford@clifford.at>2016-11-03 10:31:51 +0100
commite3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab (patch)
treeeb65e70e96a419571c595620510b106981896014 /Makefile
parent61f681162754fa170494e567f1a1a9ae2d17eb69 (diff)
downloadyosys-e3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab.tar.gz
yosys-e3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab.tar.bz2
yosys-e3330fb98f80c7cbd233bc1bb8e49bc8b4d27bab.zip
We are now in 0.7+ development
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a61fe651..aba77753d 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ else
LDLIBS += -lrt
endif
-YOSYS_VER := 0.7
+YOSYS_VER := 0.7+$(shell cd $(YOSYS_SRC) && test -e .git && { git log --author=clifford@clifford.at --oneline 61f6811.. | wc -l; })
GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o