tools/build: Remove some unused libbpf pre-1.0 feature test logic
authorIan Rogers <irogers@google.com>
Tue, 3 Jun 2025 22:13:58 +0000 (15:13 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 9 Jun 2025 18:18:19 +0000 (11:18 -0700)
commit5ae6a303c22a07234108430b5fba869d5d1697e3
treea44014bfe91df40b1a398257893a769ee40fe50b
parent5128492b2b6bb3a2881e135da54fd8e224a5f610
tools/build: Remove some unused libbpf pre-1.0 feature test logic

Commit 76a97cf2e169 ("perf build: Remove libbpf pre-1.0 feature
tests") removed the libbpf feature test logic used by perf in favor of
using LIBBPF_MAJOR_VERSION. Remove some build targets that should have
been removed as part of that clean up.

Fixes: 76a97cf2e169 ("perf build: Remove libbpf pre-1.0 feature tests")
Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250603221358.2562167-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/build/Makefile.feature
tools/build/feature/Makefile