Lines Matching refs:bpftool
98 FEATURE_USER = .bpftool
148 all: $(OUTPUT)bpftool
195 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool
252 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
266 $(call QUIET_CLEAN, bpftool)
267 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
271 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
274 install-bin: $(OUTPUT)bpftool
275 $(call QUIET_INSTALL, bpftool)
277 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
281 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
284 $(call QUIET_UNINST, bpftool)
285 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
286 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool