From 582b8fe21b4ca61a756ad089ea13c1e3245dfa5c Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Thu, 25 Mar 2021 20:36:44 -0700 Subject: [PATCH] sync: remove libbpf_util.h from the list of headers libbpf_util.h was removed in 7e8bbe24cb8b ("libbpf: xsk: Move barriers from libbpf_util.h to xsk.h") upstream, so remove it from the list of installable headers. Signed-off-by: Andrii Nakryiko --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8215cbf..7c94309 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,7 +48,7 @@ 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 \ bpf_helpers.h bpf_helper_defs.h bpf_tracing.h \ bpf_endian.h bpf_core_read.h libbpf_common.h UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,\