Commit 8d1f68bd authored by Ian Rogers's avatar Ian Rogers Committed by Arnaldo Carvalho de Melo

tools lib api: Add missing install headers

Headers necessary for the perf build.
Signed-off-by: default avatarIan Rogers <irogers@google.com>
Acked-by: default avatarNamhyung Kim <namhyung@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andrii Nakryiko <andrii.nakryiko@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Nicolas Schier <nicolas@fjasle.eu>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: bpf@vger.kernel.org
Link: http://lore.kernel.org/lkml/20221109184914.1357295-8-irogers@google.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent ef019df0
......@@ -103,7 +103,10 @@ install_headers:
$(call QUIET_INSTALL, headers) \
$(call do_install,cpu.h,$(prefix)/include/api,644); \
$(call do_install,debug.h,$(prefix)/include/api,644); \
$(call do_install,io.h,$(prefix)/include/api,644);
$(call do_install,io.h,$(prefix)/include/api,644); \
$(call do_install,fd/array.h,$(prefix)/include/api/fd,644); \
$(call do_install,fs/fs.h,$(prefix)/include/api/fs,644);
$(call do_install,fs/tracing_path.h,$(prefix)/include/api/fs,644);
install: install_lib install_headers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment