aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Rogers <[email protected]>2022-11-09 10:49:07 -0800
committerArnaldo Carvalho de Melo <[email protected]>2022-11-16 12:17:15 -0300
commit8d1f68bd76a6517c132fd1dd223c85c5e1defa49 (patch)
tree1c608a54b484960fcbcaeb9d243aa6b37b753e0b
parentef019df01e207971200ffcb06559f791980668a1 (diff)
tools lib api: Add missing install headers
Headers necessary for the perf build. Signed-off-by: Ian Rogers <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Andrii Nakryiko <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Nick Desaulniers <[email protected]> Cc: Nicolas Schier <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Cc: [email protected] Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r--tools/lib/api/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile
index 6629d0fd0130..3e5ef1e0e890 100644
--- a/tools/lib/api/Makefile
+++ b/tools/lib/api/Makefile
@@ -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