Fixed build with SMALL=1
authorClifford Wolf <clifford@clifford.at>
Tue, 30 Dec 2014 10:41:24 +0000 (11:41 +0100)
committerClifford Wolf <clifford@clifford.at>
Tue, 30 Dec 2014 10:41:24 +0000 (11:41 +0100)
passes/opt/Makefile.inc
passes/techmap/Makefile.inc
techlibs/common/Makefile.inc

index 3a8d27f93e4bd9bdb6c85b49aac41964e0018bfc..6b075cd9aac10108f260f05bd433f405b5bfd917 100644 (file)
@@ -6,6 +6,9 @@ OBJS += passes/opt/opt_reduce.o
 OBJS += passes/opt/opt_rmdff.o
 OBJS += passes/opt/opt_clean.o 
 OBJS += passes/opt/opt_const.o 
+
+ifneq ($(SMALL),1)
 OBJS += passes/opt/share.o
 OBJS += passes/opt/wreduce.o
+endif
 
index 773a099ace087bd6121a2ee823815a232dda33bb..d8a433164c5e9309bd0aa0a62fbb46c3d2220b94 100644 (file)
@@ -2,13 +2,13 @@
 OBJS += passes/techmap/techmap.o
 OBJS += passes/techmap/simplemap.o
 OBJS += passes/techmap/dfflibmap.o
+OBJS += passes/techmap/maccmap.o
 OBJS += passes/techmap/libparse.o
 
 ifneq ($(SMALL),1)
 OBJS += passes/techmap/iopadmap.o
 OBJS += passes/techmap/hilomap.o
 OBJS += passes/techmap/extract.o
-OBJS += passes/techmap/maccmap.o
 OBJS += passes/techmap/alumacc.o
 OBJS += passes/techmap/dff2dffe.o
 endif
index 7c8cc2f6669f50c719cc1a1b856f2336b69e4494..0607ca1a16886cfad9b0b32189e55ca32e3fa7d2 100644 (file)
@@ -1,5 +1,7 @@
 
+ifneq ($(SMALL),1)
 OBJS += techlibs/common/synth.o
+endif
 
 EXTRA_TARGETS += techlibs/common/blackbox.v