summaryrefslogtreecommitdiff
path: root/passes/techmap
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-24 19:03:57 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-24 19:03:57 +0200
commit45b4154b3799178a432d1f14dcaf51787b86f35d (patch)
tree488b298f5b715f49b954886d172d0aff0a3478c4 /passes/techmap
parent34ea9e3f098925a7e107f2da265ff27b6b9985be (diff)
Added "make SMALL=1"
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index c901da1c..e54c018a 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -2,10 +2,13 @@
OBJS += passes/techmap/techmap.o
OBJS += passes/techmap/simplemap.o
OBJS += passes/techmap/dfflibmap.o
+OBJS += passes/techmap/libparse.o
+
+ifneq ($(SMALL),1)
OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/hilomap.o
-OBJS += passes/techmap/libparse.o
OBJS += passes/techmap/extract.o
+endif
GENFILES += passes/techmap/stdcells.inc