mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 10:14:44 +08:00
Move submodule to src/third_party and remove duplicated (#65)
* add submodule * fix duplicate submodule * fix submodule and remove duplicate code * fix blazsym version
This commit is contained in:
16
.gitmodules
vendored
16
.gitmodules
vendored
@@ -1,9 +1,9 @@
|
||||
[submodule "libbpf"]
|
||||
path = libbpf
|
||||
url = https://github.com/libbpf/libbpf.git
|
||||
[submodule "bpftool"]
|
||||
path = bpftool
|
||||
url = https://github.com/libbpf/bpftool
|
||||
[submodule "blazesym"]
|
||||
path = blazesym
|
||||
[submodule "src/third_party/blazesym"]
|
||||
path = src/third_party/blazesym
|
||||
url = https://github.com/libbpf/blazesym
|
||||
[submodule "src/third_party/libbpf"]
|
||||
path = src/third_party/libbpf
|
||||
url = https://github.com/libbpf/libbpf.git
|
||||
[submodule "src/third_party/bpftool"]
|
||||
path = src/third_party/bpftool
|
||||
url = https://github.com/libbpf/bpftool
|
||||
|
||||
Reference in New Issue
Block a user