mirror: Add libbpf as a submodule

Add the libbpf mirror as a git submodule to the current repository. This
makes it easy to remain synchronised with a specific version of libbpf.

Pull the code from libbpf by running either of the following commands:

- When cloning bpftool's repository:

    $ git clone --recurse-submodules <bpftool repository URL>

- Or after cloning:

    $ cd bpftool
    $ git submodule update --init

With this commit, everything is in place and bpftool can now compile.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
2 files changed
tree: 98fbd6ee6491a134b9cc1684af9566e2f6a1b2ee
  1. bash-completion/
  2. docs/
  3. include/
  4. src/
  5. .gitmodules