tools/resolve_btfids: Install subcmd headers
authorIan Rogers <irogers@google.com>
Tue, 24 Jan 2023 06:43:23 +0000 (22:43 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 25 Jan 2023 17:28:08 +0000 (18:28 +0100)
commitaf03299d8536d62b49c7f3cb929349eb2d66bcd5
treec26f9b00a953fd974bf6de36f76849c3dd4d38d5
parent0cea651d6fdbcb279a1c5441a419a2f437896e7b
tools/resolve_btfids: Install subcmd headers

Previously tools/lib/subcmd was added to the include path, switch to
installing the headers and then including from that directory. This
avoids dependencies on headers internal to tools/lib/subcmd. Add the
missing subcmd directory to the affected #include.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/bpf/20230124064324.672022-1-irogers@google.com
tools/bpf/resolve_btfids/Makefile
tools/bpf/resolve_btfids/main.c