mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
5c74272504
Adding new elf object that will contain elf related functions. There's no functional change. Suggested-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Jiri Olsa <jolsa@kernel.org> Link: https://lore.kernel.org/r/20230809083440.3209381-9-jolsa@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
5 lines
226 B
Plaintext
5 lines
226 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 hashmap.o \
|
|
btf_dump.o ringbuf.o strset.o linker.o gen_loader.o relo_core.o \
|
|
usdt.o zip.o elf.o
|