mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
tools/build: Add bpftool-skeletons feature test
Add bpftool-skeletons feature test, testing the presence of a bpftool capable of generating skeletons. This is to be used for tools that do not require building their own bootstrap bpftool from the kernel source tree. Cc: John Kacur <jkacur@redhat.com> Cc: Luis Goncalves <lgoncalv@redhat.com> Cc: Gabriele Monaco <gmonaco@redhat.com> Cc: Clark Williams <williams@redhat.com> Link: https://lore.kernel.org/20250218145859.27762-3-tglozar@redhat.com Signed-off-by: Tomas Glozar <tglozar@redhat.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
parent
6fa5e3a87c
commit
8a635c3856
3 changed files with 8 additions and 1 deletions
|
|
@ -91,6 +91,9 @@ LLVM_CONFIG ?= llvm-config
|
|||
LLVM_OBJCOPY ?= llvm-objcopy
|
||||
LLVM_STRIP ?= llvm-strip
|
||||
|
||||
# Some tools require bpftool
|
||||
BPFTOOL ?= bpftool
|
||||
|
||||
ifeq ($(CC_NO_CLANG), 1)
|
||||
EXTRA_WARNINGS += -Wstrict-aliasing=3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue