Lines Matching refs:bpftool
98 FEATURE_USER = .bpftool
137 all: $(OUTPUT)bpftool
156 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool
219 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
235 $(call QUIET_CLEAN, bpftool)
236 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
240 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
243 install-bin: $(OUTPUT)bpftool
244 $(call QUIET_INSTALL, bpftool)
246 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
250 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
253 $(call QUIET_UNINST, bpftool)
254 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
255 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool