diff --git a/proto/cheby/print_consts.py b/proto/cheby/print_consts.py
index 216892f17f23f36d28b87a392f5652a991ed1700..3613fd55f0804cd1295c71f17fc0e18ff351494a 100644
--- a/proto/cheby/print_consts.py
+++ b/proto/cheby/print_consts.py
@@ -364,7 +364,7 @@ def pconsts_submap(pr, n):
     pr.pr_address_mask(n)
     pr.pr_size(n, n.c_size)
     # Recurse ?
-    if False and (n.filename is not None):
+    if n.include and (n.filename is not None):
         pconsts_composite_children(pr, n.c_submap)