No submodules please

Submodules are notoriously annoying to manage.
We don't actually care about the libbpf version at all since it's only
ever used as a shortcut to:

- Generate struct bindings from kernel structs
- Provide the bpf/* headers to C-BPF files so they can be compiled

No libbpf behaviour is ever relied upon in testing and/or code
generation.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
pull/663/head
Dave Tucker 2 years ago
parent af54a819a3
commit 8cc7007890

3
.gitmodules vendored

@ -1,3 +0,0 @@
[submodule "libbpf"]
path = libbpf
url = https://github.com/libbpf/libbpf

@ -1 +0,0 @@
Subproject commit a2258003f21d9d52afd48aa64787b65ef80bd355
Loading…
Cancel
Save