Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bpf/bpftool/
DMakefile121 BPFTOOL_BOOTSTRAP := $(if $(OUTPUT),$(OUTPUT)bpftool-bootstrap,./bpftool-bootstrap) macro
138 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
140 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
153 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
154 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
170 $(BPFTOOL_BOOTSTRAP): $(BOOTSTRAP_OBJS) $(LIBBPF)
186 $(Q)$(RM) -- $(BPFTOOL_BOOTSTRAP) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h