mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 08:49:06 +08:00
Install bpf_common.h in install_uapi_headers (#12)
bpf_common.h is hardly ever changed so it was not installed together with other uapi headers. Some environments are still prefer to be consistent and install all relevant uapi headers so add bpf_common.h to uapi headers. Signed-off-by: Andrey Ignatov <rdna@fb.com>
This commit is contained in:
committed by
yonghong-song
parent
5beb8a2ebf
commit
8008be5657
@@ -28,7 +28,8 @@ ifdef BUILD_SHARED
|
||||
endif
|
||||
|
||||
HEADERS := bpf.h libbpf.h btf.h
|
||||
UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,bpf.h btf.h)
|
||||
UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,bpf.h bpf_common.h \
|
||||
btf.h)
|
||||
|
||||
INSTALL = install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user