diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-05-09 18:23:21 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-05-09 18:23:21 +0200 |
commit | bfd62268cc6a6115c540a0386c02301cd1ee2e22 (patch) | |
tree | ae80be1520bd14cf4d91f86560feff1eb62d97ad /Makefile | |
parent | a5a519a9d15f188b93723c84890d6005d2e9c4be (diff) | |
download | yosys-bfd62268cc6a6115c540a0386c02301cd1ee2e22.tar.gz yosys-bfd62268cc6a6115c540a0386c02301cd1ee2e22.tar.bz2 yosys-bfd62268cc6a6115c540a0386c02301cd1ee2e22.zip |
Updated ABC to 67c84cdd49e4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ OBJS = kernel/version_$(GIT_REV).o # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = 2058c8ccea68 +ABCREV = 67c84cdd49e4 ABCPULL = 1 -include Makefile.conf |