]> git.baikalelectronics.ru Git - kernel.git/commit
tools/resolve_btfids: Build libbpf and libsubcmd in separate directories
authorJiri Olsa <jolsa@kernel.org>
Fri, 5 Feb 2021 12:40:17 +0000 (13:40 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 9 Feb 2021 05:21:39 +0000 (21:21 -0800)
commit38512ce7dfba13aa1fddaf8ca66b9933baee9f9a
tree3af12f21f5ad4e4ab6f3e48793807a2c6eab4426
parent6015ee36e18babc516d8d6da7c025c00a127cb8a
tools/resolve_btfids: Build libbpf and libsubcmd in separate directories

Setting up separate build directories for libbpf and libpsubcmd,
so it's separated from other objects and we don't get them mixed
in the future.

It also simplifies cleaning, which is now simple rm -rf.

Also there's no need for FEATURE-DUMP.libbpf and bpf_helper_defs.h
files in .gitignore anymore.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210205124020.683286-2-jolsa@kernel.org
tools/bpf/resolve_btfids/.gitignore
tools/bpf/resolve_btfids/Makefile