aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-01-29 10:50:15 +0100
committerClifford Wolf <clifford@clifford.at>2014-01-29 10:50:15 +0100
commitc46b23ab236c7a693c095d791b605d0344c903dd (patch)
treee34c4f69cdc06c959c641314bccc1ee117782a5c
parent375c4dddc19c7029b82d9d4482f32938b7f6cd85 (diff)
downloadyosys-c46b23ab236c7a693c095d791b605d0344c903dd.tar.gz
yosys-c46b23ab236c7a693c095d791b605d0344c903dd.tar.bz2
yosys-c46b23ab236c7a693c095d791b605d0344c903dd.zip
Updated ABC to hg rev e6b09e1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 775b82201..031724777 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,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 = 57517e81666b
+ABCREV = e6b09e1
ABCPULL = 1
-include Makefile.conf