]> git.proxmox.com Git - mirror_frr.git/blobdiff - python/makefile.py
Merge pull request #12805 from karlquan/kquan_self_orig
[mirror_frr.git] / python / makefile.py
index bd897b75085c2b892fdde7aa148e57b0f1837dd9..573871fb68c746678281cd89d3e3d2927e488232 100644 (file)
@@ -161,7 +161,15 @@ for clippy_file in clippy_scan:
 # combine daemon .xref files into frr.xref
 out_lines.append("")
 xref_targets = [
-    target for target in xref_targets if target not in ["tools/ssd", "vtysh/vtysh"]
+    target
+    for target in xref_targets
+    if target
+    not in [
+        "bgpd/rfp-example/rfptest/rfptest",
+        "pimd/mtracebis",
+        "tools/ssd",
+        "vtysh/vtysh",
+    ]
 ]
 out_lines.append(
     "xrefs = %s" % (" ".join(["%s.xref" % target for target in xref_targets]))