mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
This adds libxdp as a submodule and link target alongside libbpf. This should make it just as easy for examples to use libxdp as it currently is for libbpf. Some hoops need to be jumped through to make libxdp link against the same version of libbpf as the one we use in this repository. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
[submodule "lib/libbpf"]
|
|
path = lib/libbpf
|
|
url = https://github.com/xdp-project/libbpf.git
|
|
ignore = dirty
|
|
[submodule "lib/xdp-tools"]
|
|
path = lib/xdp-tools
|
|
url = https://github.com/xdp-project/xdp-tools
|