aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-22 12:20:23 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-22 12:20:23 +0200
commit752650a062cb262b37f1c5ea62663e5c8c9c7928 (patch)
treeba64ce38ac2ee179050c99ea5f357820870e69d6 /Makefile
parentc2df5b9175fb11e054ffb8426287b82f2bb2582b (diff)
downloadyosys-752650a062cb262b37f1c5ea62663e5c8c9c7928.tar.gz
yosys-752650a062cb262b37f1c5ea62663e5c8c9c7928.tar.bz2
yosys-752650a062cb262b37f1c5ea62663e5c8c9c7928.zip
Updated ABC to 4d547a5e065b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d86a8c91..a64c628ef 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,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 = 4935c2b946de
+ABCREV = 4d547a5e065b
ABCPULL = 1
-include Makefile.conf