Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A DMakefile231 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool macro
246 bootstrap: $(BPFTOOL_BOOTSTRAP)
254 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
255 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
272 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
273 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
287 $(BPFTOOL_BOOTSTRAP): $(BOOTSTRAP_OBJS) $(LIBBPF_BOOTSTRAP)