Lines Matching refs:bpftool
63 FEATURE_USER = .bpftool
93 all: $(OUTPUT)bpftool
119 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
126 $(call QUIET_CLEAN, bpftool)
127 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
130 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
133 install: $(OUTPUT)bpftool
134 $(call QUIET_INSTALL, bpftool)
136 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
138 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
141 $(call QUIET_UNINST, bpftool)
142 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
143 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool