Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbose bpf + allow define-able prefix #30

Merged
merged 2 commits into from
Aug 3, 2024
Merged

Conversation

vjardin
Copy link
Contributor

@vjardin vjardin commented Aug 2, 2024

Add support to any target folder, the main purpose is to support packages such as Buildroot ones.

Let's be a bit verbose on clang and llc that are selected since it can become complex to debug.

vjardin added 2 commits August 2, 2024 22:56
Display the llc and clang which are used so we can clearly debug during cross compilation
since we assume that libbpf and gtp-guard are using the target's toolchain while src/bpf is
using the host llc and clang.
Buildroot shall define its own prefix.
All the subfolders up to sbindir should be created.
@acassen acassen merged commit 6660d4c into acassen:main Aug 3, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants