summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-09-14 16:09:06 +0200
committerClifford Wolf <clifford@clifford.at>2014-09-14 16:09:06 +0200
commit7815f81c320a025c5b92677e375c12951dcbd14b (patch)
treef5a09485b53fd3c5f6c0b54e2d1e0bb15dbe6301 /Makefile
parent7e156a541909ec857fbaa4a08940d0aaf0d27d4b (diff)
Added "synth" command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ec89916..7e8c7042 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,7 @@ LDFLAGS += -pg
endif
ifeq ($(ENABLE_ABC),1)
+CXXFLAGS += -DYOSYS_ENABLE_ABC
TARGETS += yosys-abc
endif