Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 25 of 59) sorted by relevance

123

/tools/testing/selftests/nolibc/
DMakefile111 Q= macro
113 Q=@ macro
165 $(Q)rm -rf sysroot/$(ARCH) sysroot/sysroot
167 $(Q)$(MAKE) -C ../../../include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone
168 $(Q)mv sysroot/sysroot sysroot/$(ARCH)
185 $(Q)./libc-test > "$(CURDIR)/run.out" || :
186 $(Q)$(REPORT) $(CURDIR)/run.out
190 $(Q)./nolibc-test > "$(CURDIR)/run.out" || :
191 $(Q)$(REPORT) $(CURDIR)/run.out
195 $(Q)qemu-$(QEMU_ARCH) ./nolibc-test > "$(CURDIR)/run.out" || :
[all …]
/tools/include/nolibc/
DMakefile21 Q= macro
23 Q=@ macro
69 $(Q)mkdir -p $(OUTPUT)sysroot
70 $(Q)mkdir -p $(OUTPUT)sysroot/include
71 $(Q)cp $(all_files) $(OUTPUT)sysroot/include/
72 $(Q)if [ "$(ARCH)" = "x86" ]; then \
87 $(Q)$(MAKE) -C $(srctree) headers
88 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
/tools/bpf/runqslower/
DMakefile29 Q = macro
31 Q = @ macro
45 $(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(BPFTOOL_OUTPUT)
46 $(Q)$(RM) $(OUTPUT)*.o $(OUTPUT)*.d
47 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
48 $(Q)$(RM) $(OUTPUT)runqslower
49 $(Q)$(RM) -r .output
77 $(Q)if [ ! -e "$(VMLINUX_BTF_PATH)" ] ; then \
84 $(Q)cp "$(VMLINUX_H)" $@
88 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(BPFOBJ_OUTPUT) \
[all …]
/tools/bpf/bpftool/Documentation/
DMakefile9 Q = macro
11 Q = @ macro
47 $(Q)$(RM) $(DOC_MAN8)
51 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
52 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
57 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
/tools/build/
DMakefile21 Q = macro
23 Q = @ macro
26 export Q srctree CC LD
39 $(Q)find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
40 $(Q)rm -f $(OUTPUT)fixdep
43 $(Q)$(MAKE) -C feature OUTPUT=$(TMP_O) clean >/dev/null
47 $(Q)$(MAKE) $(build)=fixdep
DMakefile.include5 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
8 $(Q)$(MAKE) -C $(srctree)/tools/build clean
/tools/testing/selftests/bpf/
DMakefile115 Q = macro
118 Q = @ macro
128 $(Q)$(RM) -r $(TEST_GEN_PROGS)
129 $(Q)$(RM) -r $(TEST_GEN_PROGS_EXTENDED)
130 $(Q)$(RM) -r $(TEST_GEN_FILES)
131 $(Q)$(RM) -r $(EXTRA_CLEAN)
132 $(Q)$(MAKE) -C bpf_testmod clean
133 $(Q)$(MAKE) docs-clean
180 $(Q)mkdir -p $@
184 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
[all …]
Dtest_lirc_mode2.sh24 LIRCDEV=$(grep DEVNAME= $i/lirc*/uevent | sed sQDEVNAME=Q/dev/Q)
25 INPUTDEV=$(grep DEVNAME= $i/input*/event*/uevent | sed sQDEVNAME=Q/dev/Q)
DMakefile.docs11 Q =
13 Q = @
60 $(Q)$(RM) $$(DOC_MAN$2) $(OUTPUT)bpf-$1.rst
64 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir)
65 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir)
69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2))
70 $(Q)$(RMDIR) $(DESTDIR)$$(man$2dir)
/tools/bpf/resolve_btfids/
DMakefile8 Q = macro
11 Q = @ macro
55 $(Q)mkdir -p $(@)
58 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(SUBCMD_OUT) \
63 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(LIBBPF_OUT) \
79 export srctree OUTPUT HOSTCFLAGS_resolve_btfids Q HOSTCC HOSTLD HOSTAR
83 $(Q)$(MAKE) $(build)=resolve_btfids
87 $(Q)$(HOSTCC) $(BINARY_IN) $(KBUILD_HOSTLDFLAGS) -o $@ $(BPFOBJ) $(SUBCMDOBJ) $(LIBS)
101 $(Q)$(RM) -rf $(clean_objects)
108 $(Q)ctags -R . $(LIBBPF_SRC) $(SUBCMD_SRC)
/tools/testing/selftests/bpf/bpf_testmod/
DMakefile5 Q = macro
7 Q = @ macro
16 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
19 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) clean
/tools/objtool/
DMakefile49 Q = macro
51 Q = @ macro
65 $(Q)$(CONFIG_SHELL) ./sync-check.sh
66 $(Q)$(MAKE) $(build)=objtool $(HOST_OVERRIDES) CFLAGS="$(OBJTOOL_CFLAGS)" \
75 $(Q)$(MKDIR) -p $@
78 $(Q)$(MAKE) -C $(LIBSUBCMD_DIR) O=$(LIBSUBCMD_OUTPUT) \
85 $(Q)$(RM) -r -- $(LIBSUBCMD_OUTPUT)
89 $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
90 $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep
/tools/testing/selftests/hid/
DMakefile41 Q = macro
44 Q = @ macro
54 $(Q)$(RM) -r $(TEST_GEN_PROGS)
55 $(Q)$(RM) -r $(EXTRA_CLEAN)
104 $(Q)mkdir -p $@
122 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOLDIR) \
132 $(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(BUILD_DIR)/libbpf/ \
139 $(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) \
148 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
151 $(Q)cp "$(VMLINUX_H)" $@
[all …]
/tools/bpf/bpftool/
DMakefile11 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
210 $(Q)cp "$(VMLINUX_H)" $@
220 $(Q)$(LLVM_STRIP) -g $@
[all …]
/tools/perf/
DMakefile.perf164 Q =
166 Q = @
242 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
451 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@
457 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@
463 $(Q)$(SHELL) '$(fsmount_tbls)' $(linux_uapi_dir) > $@
469 $(Q)$(SHELL) '$(fspick_tbls)' $(linux_uapi_dir) > $@
475 $(Q)$(SHELL) '$(fsconfig_tbls)' $(linux_uapi_dir) > $@
482 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@
489 $(Q)$(SHELL) '$(sndrv_ctl_ioctl_tbl)' $(sndrv_ctl_hdr_dir) > $@
[all …]
/tools/bpf/
DMakefile31 Q = macro
33 Q = @ macro
97 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \
100 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf
101 $(Q)$(RM) -r -- $(OUTPUT)feature
105 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
106 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
108 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
110 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
/tools/gpio/
DMakefile40 $(Q)$(MAKE) $(build)=gpio-utils
47 $(Q)$(MAKE) $(build)=lsgpio
56 $(Q)$(MAKE) $(build)=gpio-hammer
65 $(Q)$(MAKE) $(build)=gpio-event-mon
74 $(Q)$(MAKE) $(build)=gpio-watch
/tools/lib/perf/
DMakefile50 Q = macro
52 Q = @ macro
115 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) $(OUTPUT)libapi.a
119 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
122 $(Q)$(MAKE) $(build)=libperf
137 $(Q)$(MAKE) libs
150 $(Q)$(MAKE) $(build)=tests
214 $(Q)$(MAKE) -C Documentation install-man install-html install-examples
/tools/thermal/lib/
DMakefile50 Q = macro
52 Q = @ macro
98 $(Q)$(MAKE) $(build)=libthermal_tools
112 $(Q)$(MAKE) libs
151 $(Q)$(MAKE) -C Documentation install-man install-html install-examples
/tools/iio/
DMakefile38 $(Q)$(MAKE) $(build)=iio_utils
42 $(Q)$(MAKE) $(build)=lsiio
48 $(Q)$(MAKE) $(build)=iio_event_monitor
54 $(Q)$(MAKE) $(build)=iio_generic_buffer
/tools/lib/thermal/
DMakefile50 Q = macro
52 Q = @ macro
105 $(Q)$(MAKE) $(build)=libthermal
120 $(Q)$(MAKE) libs
159 $(Q)$(MAKE) -C Documentation install-man install-html install-examples
/tools/perf/tests/shell/coresight/unroll_loop_thread/
DMakefile16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
31 $(Q)$(RM) -f $(BIN)
/tools/perf/tests/shell/coresight/thread_loop/
DMakefile16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
31 $(Q)$(RM) -f $(BIN)
/tools/perf/tests/shell/coresight/memcpy_thread/
DMakefile16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
31 $(Q)$(RM) -f $(BIN)
/tools/perf/tests/shell/coresight/asm_pure_loop/
DMakefile17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB)
32 $(Q)$(RM) -f $(BIN)

123