]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
objtool: Include libsubcmd headers directly from source tree
authorJosh Poimboeuf <jpoimboe@kernel.org>
Sun, 12 Apr 2026 17:59:42 +0000 (10:59 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 5 May 2026 04:16:04 +0000 (21:16 -0700)
commitac999926774a71e30c2e2e2eb48d5419dc167781
treef920e7c805189fb982dc226df61b2fcced1d3fce
parent8d4cbb6d0caf03b0a22be4d6d2198a9edac46517
objtool: Include libsubcmd headers directly from source tree

Instead of installing libsubcmd headers to a build output directory and
including from there, include directly from tools/lib/ where they
already exist.  This fixes clangd indexing which otherwise can't find
libsubcmd headers.

Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/Makefile