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
212 $(Q)cp "$(VMLINUX_H)" $@
222 $(Q)$(LLVM_STRIP) -g $@
253 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
257 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
258 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
259 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) $(BOOTSTRAP_OUTPUT)
261 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
262 $(Q)$(RM) -r -- $(OUTPUT)feature/
266 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
267 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
270 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
271 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
275 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
276 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool