Lines Matching refs:bpftool
95 FEATURE_USER = .bpftool
134 all: $(OUTPUT)bpftool
156 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool
214 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
228 $(call QUIET_CLEAN, bpftool)
229 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
233 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
236 install-bin: $(OUTPUT)bpftool
237 $(call QUIET_INSTALL, bpftool)
239 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
243 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
246 $(call QUIET_UNINST, bpftool)
247 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
248 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool