shconfig: add `link` command to view the inverse dependency
[lunaix-os.git] / lunaix-os / scripts / build-tools / lcfg2 / builder.py
index 40fabfb0d74e48e4fa3d6b4172ba452936fbc721..235126c2d3d10387bfe5f1e442b800386dad43c6 100644 (file)
@@ -106,5 +106,8 @@ class NodeBuilder(ConfigASTVisitor):
         ast.visit(TreeSanitiser())
         ast.visit(build)
 
+        for node in env.nodes():
+            node.apply_node_body()
+
         env.set_exec_context(build.__noncfg_astns)
         env.relocate_children()
\ No newline at end of file