aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'passes/sat/Makefile.inc')
-rw-r--r--passes/sat/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/passes/sat/Makefile.inc b/passes/sat/Makefile.inc
index 7118c1563..da6d49433 100644
--- a/passes/sat/Makefile.inc
+++ b/passes/sat/Makefile.inc
@@ -2,7 +2,9 @@
OBJS += passes/sat/sat.o
OBJS += passes/sat/freduce.o
OBJS += passes/sat/eval.o
+ifeq ($(ENABLE_ZLIB),1)
OBJS += passes/sat/sim.o
+endif
OBJS += passes/sat/miter.o
OBJS += passes/sat/expose.o
OBJS += passes/sat/assertpmux.o