This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # ============================================================================ | |
| # compile-bofs.sh — Selectively compile BOF modules | |
| # | |
| # Auto-discovers all *-BOF directories with a Makefile. | |
| # Interactive selector lets you pick which modules to build. | |
| # Optionally syncs extension-kit.axs to include newly discovered .axs files. | |
| # ============================================================================ |