tools lib api: Add missing install headers
Headers necessary for the perf build. Signed-off-by: Ian Rogers <irogers@google.com> Acked-by: Namhyung 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.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
ef019df01e
commit
8d1f68bd76
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user