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

/linux-master/tools/bpf/bpftool/
H A DMakefile184 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool macro
199 bootstrap: $(BPFTOOL_BOOTSTRAP)
206 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
208 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
222 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
223 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
240 $(BPFTOOL_BOOTSTRAP): $(BOOTSTRAP_OBJS) $(LIBBPF_BOOTSTRAP)

Completed in 159 milliseconds