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

tools/bpftool: support passing BPFTOOL_VERSION to make #82

Closed
wants to merge 2 commits into from

Commits on Sep 17, 2020

  1. adding ci files

    kernel-patches-bot committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1cd2c14 View commit details
    Browse the repository at this point in the history
  2. This change facilitates out-of-tree builds, packaging, and versioning…

    … for
    
    test and debug purposes. Defining BPFTOOL_VERSION allows self-contained
    builds within the tools tree, since it avoids use of the 'kernelversion'
    target in the top-level makefile, which would otherwise pull in several
    other includes from outside the tools tree.
    
    Signed-off-by: Tony Ambardar <Tony.Ambardar@gmail.com>
    ---
     tools/bpf/bpftool/Makefile | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    Tony Ambardar authored and kernel-patches-bot committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    cd38c5d View commit details
    Browse the repository at this point in the history