]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/build: Add a feature test for libopenssl
authorNamhyung Kim <namhyung@kernel.org>
Wed, 3 Dec 2025 23:29:23 +0000 (15:29 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 17 Dec 2025 13:44:24 +0000 (05:44 -0800)
commit7678523109d1d9ee58adfe1cadbcd8fe195164ae
treea5ee9fa861cfe72c14af35c96fd918b182ce2047
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
tools/build: Add a feature test for libopenssl

It's used by bpftool and the kernel build.  Let's add a feature test so
that perf can decide what to do based on the availability.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/build/Makefile.feature
tools/build/feature/Makefile
tools/build/feature/test-all.c
tools/build/feature/test-libopenssl.c [new file with mode: 0644]