mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 14:43:03 +00:00
b0588390db
Move CO-RE logic into separate file. The internal interface between libbpf and CO-RE is through bpf_core_apply_relo_insn() function and few structs defined in relo_core.h. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210721000822.40958-5-alexei.starovoitov@gmail.com
4 lines
206 B
Plaintext
4 lines
206 B
Plaintext
libbpf-y := libbpf.o bpf.o nlattr.o btf.o libbpf_errno.o str_error.o \
|
|
netlink.o bpf_prog_linfo.o libbpf_probes.o xsk.o hashmap.o \
|
|
btf_dump.o ringbuf.o strset.o linker.o gen_loader.o relo_core.o
|