mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 09:09:06 +08:00
AF_XDP: Fix install_headers to also install AF_XDP ones
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
This commit is contained in:
committed by
yonghong-song
parent
5188b0ca5c
commit
672ae75b66
@@ -44,7 +44,7 @@ ifndef BUILD_STATIC_ONLY
|
|||||||
VERSION_SCRIPT := libbpf.map
|
VERSION_SCRIPT := libbpf.map
|
||||||
endif
|
endif
|
||||||
|
|
||||||
HEADERS := bpf.h libbpf.h btf.h
|
HEADERS := bpf.h libbpf.h btf.h xsk.h libbpf_util.h
|
||||||
UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,bpf.h bpf_common.h \
|
UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,bpf.h bpf_common.h \
|
||||||
btf.h)
|
btf.h)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user