aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-09-07 18:23:04 +0200
committerClifford Wolf <clifford@clifford.at>2014-09-07 18:23:04 +0200
commit015dcdc84c5d0f9c899b520c9718ce32c9d2c8f7 (patch)
tree0db854e837c0ba4e2ec0c528cf8910900e299a8b /passes/techmap/Makefile.inc
parent15b3c54fea80b7ccfd02c66c28ed38c610e23254 (diff)
downloadyosys-015dcdc84c5d0f9c899b520c9718ce32c9d2c8f7.tar.gz
yosys-015dcdc84c5d0f9c899b520c9718ce32c9d2c8f7.tar.bz2
yosys-015dcdc84c5d0f9c899b520c9718ce32c9d2c8f7.zip
Added "maccmap" command
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index b49259a8a..da527ccfe 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -8,6 +8,7 @@ ifneq ($(SMALL),1)
OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/extract.o
+OBJS += passes/techmap/maccmap.o
endif
GENFILES += passes/techmap/techmap.inc