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:
Andrey Ignatov
2019-02-15 14:43:41 -08:00
committed by yonghong-song
parent 5beb8a2ebf
commit 8008be5657

View File

@@ -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