diff options
author | Ian Rogers <irogers@google.com> | 2023-01-26 11:06:04 -0800 |
---|---|---|
committer | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-01-30 16:27:46 -0800 |
commit | bdb8bf7d56afd1d22c12c61455d732d3baff2bde (patch) | |
tree | deae784a60707814be6fbdb0f6ff2b0fdf70df61 /tools/objtool/.gitignore | |
parent | 03d7a1053cf72372be22b43faada5bca12ff183d (diff) |
objtool: Install libsubcmd in build
Including from tools/lib can create inadvertent dependencies. Install
libsubcmd in the objtool build and then include the headers from
there.
Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20230126190606.40739-2-irogers@google.com
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Diffstat (limited to 'tools/objtool/.gitignore')
-rw-r--r-- | tools/objtool/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objtool/.gitignore b/tools/objtool/.gitignore index 14236db3677f..4faa4dd72f35 100644 --- a/tools/objtool/.gitignore +++ b/tools/objtool/.gitignore @@ -2,3 +2,4 @@ arch/x86/lib/inat-tables.c /objtool fixdep +libsubcmd/ |