Lines Matching refs:Q
11 Q = macro
13 Q = @ macro
31 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) $(LIBBPF_OUTPUT)libbpf.a
35 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
141 $(Q)cp "$(VMLINUX_H)" $@
180 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
184 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
185 $(Q)$(RM) -- $(BPFTOOL_BOOTSTRAP) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
186 $(Q)$(RM) -r -- $(OUTPUT)libbpf/
188 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
189 $(Q)$(RM) -r -- $(OUTPUT)feature/
193 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
194 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
195 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
196 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
200 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
201 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool