Lines Matching refs:Q
11 Q = macro
13 Q = @ macro
46 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) \
51 $(Q)install -m 644 -t $(LIBBPF_HDRS_DIR) $<
54 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) \
60 $(Q)install -m 644 -t $(LIBBPF_BOOTSTRAP_HDRS_DIR) $<
64 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
68 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) clean >/dev/null
182 $(Q)cp "$(VMLINUX_H)" $@
191 $(Q)$(LLVM_STRIP) -g $@
225 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
229 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
230 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
231 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) $(BOOTSTRAP_OUTPUT)
233 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
234 $(Q)$(RM) -r -- $(OUTPUT)feature/
238 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
239 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
242 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
243 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
247 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
248 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool