Lines Matching refs:Q
12 Q = macro
14 Q = @ macro
32 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) $(LIBBPF_OUTPUT)libbpf.a
36 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
142 $(Q)cp "$(VMLINUX_H)" $@
181 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
185 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
186 $(Q)$(RM) -- $(BPFTOOL_BOOTSTRAP) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
187 $(Q)$(RM) -r -- $(OUTPUT)libbpf/
189 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
190 $(Q)$(RM) -r -- $(OUTPUT)feature/
194 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
195 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
196 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
197 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
201 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
202 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool