Lines Matching refs:bpftool
54 FEATURE_USER = .bpftool
84 all: $(OUTPUT)bpftool
92 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
99 $(call QUIET_CLEAN, bpftool)
100 $(Q)$(RM) $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
102 $(Q)$(RM) $(OUTPUT)FEATURE-DUMP.bpftool
104 install: $(OUTPUT)bpftool
105 $(call QUIET_INSTALL, bpftool)
107 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
109 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
112 $(call QUIET_UNINST, bpftool)
113 $(Q)$(RM) $(DESTDIR)$(prefix)/sbin/bpftool
114 $(Q)$(RM) $(DESTDIR)$(bash_compdir)/bpftool