aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-30 11:41:24 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-30 11:41:24 +0100
commitc64b1de11da8db9e912e0a293d5c9c8a9bc31096 (patch)
tree8ff348b1fed8a2a43982480d248a5e7c8e42a62f /techlibs/common
parentd72a66644035d43f81afa78283ecf15c520909ec (diff)
downloadyosys-c64b1de11da8db9e912e0a293d5c9c8a9bc31096.tar.gz
yosys-c64b1de11da8db9e912e0a293d5c9c8a9bc31096.tar.bz2
yosys-c64b1de11da8db9e912e0a293d5c9c8a9bc31096.zip
Fixed build with SMALL=1
Diffstat (limited to 'techlibs/common')
-rw-r--r--techlibs/common/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc
index 7c8cc2f66..0607ca1a1 100644
--- a/techlibs/common/Makefile.inc
+++ b/techlibs/common/Makefile.inc
@@ -1,5 +1,7 @@
+ifneq ($(SMALL),1)
OBJS += techlibs/common/synth.o
+endif
EXTRA_TARGETS += techlibs/common/blackbox.v