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:
云微
2023-08-18 14:39:31 +01:00
committed by GitHub
parent bf4fa6f9af
commit 5055d062dc
47 changed files with 80 additions and 788 deletions

16
.gitmodules vendored
View File

@@ -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