Lines Matching refs:bpftool
79 FEATURE_USER = .bpftool
118 all: $(OUTPUT)bpftool
137 BPFTOOL_BOOTSTRAP := $(BOOTSTRAP_OUTPUT)bpftool
195 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
209 $(call QUIET_CLEAN, bpftool)
210 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
214 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
217 install: $(OUTPUT)bpftool
218 $(call QUIET_INSTALL, bpftool)
220 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
222 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
225 $(call QUIET_UNINST, bpftool)
226 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
227 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool