Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/bpftool/
DMakefile156 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool macro
171 bootstrap: $(BPFTOOL_BOOTSTRAP)
178 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
180 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
193 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
194 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
211 $(BPFTOOL_BOOTSTRAP): $(BOOTSTRAP_OBJS) $(LIBBPF_BOOTSTRAP)