diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 07:59:56 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 07:59:56 -0800 |
commit | 93e680b7d3114d989cf11e3bd4b4dfa65537bc7b (patch) | |
tree | b96fa3f21d4fe7a17d6f0bf57e697d546fbfa885 /Makefile | |
parent | 9005bb97ff35513a510344108db203c5f5193ec6 (diff) | |
parent | d2df2a8fef8d01b70fa5faa4397e1d628b9ceb5b (diff) | |
download | yosys-93e680b7d3114d989cf11e3bd4b4dfa65537bc7b.tar.gz yosys-93e680b7d3114d989cf11e3bd4b4dfa65537bc7b.tar.bz2 yosys-93e680b7d3114d989cf11e3bd4b4dfa65537bc7b.zip |
Merge remote-tracking branch 'origin/master' into eddie/abc9_mfs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+932 +YOSYS_VER := 0.9+1706 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |