Lines Matching refs:bpftool
99 FEATURE_USER = .bpftool
142 all: $(OUTPUT)bpftool
185 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool
242 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
256 $(call QUIET_CLEAN, bpftool)
257 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
261 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
264 install-bin: $(OUTPUT)bpftool
265 $(call QUIET_INSTALL, bpftool)
267 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
271 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
274 $(call QUIET_UNINST, bpftool)
275 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
276 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool