sync with latest bpf-next (#10)

sync with latest bpf-next. tested with fb internal testcase and bcc.

Signed-off-by: Yonghong Song <yhs@fb.com>
This commit is contained in:
yonghong-song
2019-02-07 21:58:07 -08:00
committed by GitHub
parent b19c6dcf62
commit f0bcba631d
9 changed files with 1866 additions and 63 deletions

View File

@@ -20,7 +20,7 @@ ALL_CFLAGS += $(CFLAGS)
OBJDIR ?= .
OBJS := $(addprefix $(OBJDIR)/,bpf.o btf.o libbpf.o libbpf_errno.o netlink.o \
nlattr.o str_error.o)
nlattr.o str_error.o libbpf_probes.o)
LIBS := $(OBJDIR)/libbpf.a
ifdef BUILD_SHARED