summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/.gitignore
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2021-02-03 12:34:45 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2021-02-04 01:22:00 +0100
commit5f10c1aac8b29d225d19a74656865d1ee3db6eaa (patch)
tree156057eea4fbda61d0341f53d233e5dca3123884 /tools/lib/bpf/.gitignore
parent65e6dcf73398ddb64bb782ff2acd918d3a37a53a (diff)
libbpf: Stop using feature-detection Makefiles
Libbpf's Makefile relies on Linux tools infrastructure's feature detection framework, but libbpf's needs are very modest: it detects the presence of libelf and libz, both of which are mandatory. So it doesn't benefit much from the framework, but pays significant costs in terms of maintainability and debugging experience, when something goes wrong. The other feature detector, testing for the presernce of minimal BPF API in system headers is long obsolete as well, providing no value. So stop using feature detection and just assume the presence of libelf and libz during build time. Worst case, user will get a clear and actionable linker error, e.g.: /usr/bin/ld: cannot find -lelf On the other hand, we completely bypass recurring issues various users reported over time with false negatives of feature detection (libelf or libz not being detected, while they are actually present in the system). Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: John Fastabend <john.fastabend@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/bpf/20210203203445.3356114-1-andrii@kernel.org
Diffstat (limited to 'tools/lib/bpf/.gitignore')
-rw-r--r--tools/lib/bpf/.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore
index 8a81b3679d2b..5d4cfac671d5 100644
--- a/tools/lib/bpf/.gitignore
+++ b/tools/lib/bpf/.gitignore
@@ -1,7 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
libbpf_version.h
libbpf.pc
-FEATURE-DUMP.libbpf
libbpf.so.*
TAGS
tags