mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 08:49:06 +08:00
makefile: install new BPF-side headers along libbpf user-land ones
Install BPF-side helper headers: - bpf_helpers.h - bpf_helper_defs.h - bpf_tracing.h - bpf_endian.h - bpf_core_read.h Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
e776bf7ec7
commit
a30df5c09f
@@ -45,7 +45,9 @@ ifndef BUILD_STATIC_ONLY
|
||||
VERSION_SCRIPT := libbpf.map
|
||||
endif
|
||||
|
||||
HEADERS := bpf.h libbpf.h btf.h xsk.h libbpf_util.h
|
||||
HEADERS := bpf.h libbpf.h btf.h xsk.h libbpf_util.h \
|
||||
bpf_helpers.h bpf_helper_defs.h bpf_tracing.h \
|
||||
bpf_endian.h bpf_core_read.h
|
||||
UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,\
|
||||
bpf.h bpf_common.h btf.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user