git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
libbpf: Install btf.h with libbpf
[muen/linux.git]
/
tools
/
lib
/
bpf
/
Makefile
diff --git
a/tools/lib/bpf/Makefile
b/tools/lib/bpf/Makefile
index f3fab4af4260e92e1f5aadcf65560a045f710f0a..5390e7725e4306408bbe5078652508f09263b0df 100644
(file)
--- a/
tools/lib/bpf/Makefile
+++ b/
tools/lib/bpf/Makefile
@@
-189,6
+189,7
@@
install_headers:
$(call QUIET_INSTALL, headers) \
$(call do_install,bpf.h,$(prefix)/include/bpf,644); \
$(call do_install,libbpf.h,$(prefix)/include/bpf,644);
+ $(call do_install,btf.h,$(prefix)/include/bpf,644);
install: install_lib