mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-24 02:09:06 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user