Home
last modified time | relevance | path

Searched refs:BPFTOOL_BOOTSTRAP (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
DMakefile120 BPFTOOL_BOOTSTRAP := $(if $(OUTPUT),$(OUTPUT)bpftool-bootstrap,./bpftool-bootstrap) macro
137 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
139 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
152 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
153 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
169 $(BPFTOOL_BOOTSTRAP): $(BOOTSTRAP_OBJS) $(LIBBPF)
185 $(Q)$(RM) -- $(BPFTOOL_BOOTSTRAP) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h