Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 24 of 24) sorted by relevance

/tools/power/acpi/
A DMakefile.rules11 $(ECHO) " LD " $(subst $(OUTPUT),,$@)
13 $(ECHO) " STRIP " $(subst $(OUTPUT),,$@)
17 $(ECHO) " MKDIR " $(subst $(OUTPUT),,$@)
19 $(ECHO) " CP " $(subst $(OUTPUT),,$@)
23 $(ECHO) " CC " $(subst $(OUTPUT),,$@)
29 $(ECHO) " RMOBJ " $(subst $(OUTPUT),,$(objdir))
35 $(ECHO) " RMINC " $(subst $(OUTPUT),,$(KERNEL_INCLUDE))
/tools/testing/selftests/powerpc/copyloops/
A DMakefile28 -D SELFTEST_CASE=$(subst copyuser_64_t,,$(notdir $@)) \
34 -D SELFTEST_CASE=$(subst copyuser_p7_t,,$(notdir $@)) \
41 -D SELFTEST_CASE=$(subst memcpy_64_t,,$(notdir $@)) \
47 -D SELFTEST_CASE=$(subst memcpy_p7_t,,$(notdir $@)) \
59 -D SELFTEST_CASE=$(subst copyuser_64_exc_t,,$(notdir $@)) \
/tools/perf/util/
A Dstrlist.c115 char *subst = NULL; in strlist__parse_list_entry() local
122 if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) in strlist__parse_list_entry()
125 if (access(subst, F_OK) == 0) { in strlist__parse_list_entry()
126 err = strlist__load(slist, subst); in strlist__parse_list_entry()
138 free(subst); in strlist__parse_list_entry()
A DBuild342 bison_flags := $(subst -Wno-unused-but-set-variable,,$(bison_flags))
343 flex_flags := $(subst -Wno-unused-but-set-variable,,$(flex_flags))
/tools/perf/
A DMakefile.config1253 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
1254 bindir_SQ = $(subst ','\'',$(bindir))
1255 includedir_SQ = $(subst ','\'',$(includedir))
1256 mandir_SQ = $(subst ','\'',$(mandir))
1257 infodir_SQ = $(subst ','\'',$(infodir))
1262 htmldir_SQ = $(subst ','\'',$(htmldir))
1263 tipdir_SQ = $(subst ','\'',$(tipdir))
1264 prefix_SQ = $(subst ','\'',$(prefix))
1265 sysconfdir_SQ = $(subst ','\'',$(sysconfdir))
1266 libdir_SQ = $(subst ','\'',$(libdir))
[all …]
A DMakefile.perf851 __build-dir = $(subst $(OUTPUT),,$(dir $@))
/tools/perf/tests/shell/coresight/
A DMakefile.miniconfig8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
/tools/testing/selftests/exec/
A DMakefile43 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
46 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
/tools/build/
A DBuild.include30 depfile = $(subst $(comma),_,$(dot-target).d)
39 escsq = $(subst $(squote),'\$(squote)',$1)
53 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
A DMakefile.build128 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
/tools/lib/bpf/
A DMakefile11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION)))
12 LIBBPF_MINOR_VERSION := $(word 2,$(subst ., ,$(LIBBPF_VERSION)))
47 man_dir_SQ = '$(subst ','\'',$(man_dir))'
64 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/tools/bpf/bpftool/Documentation/
A DMakefile24 see_also = $(subst " ",, \
/tools/scripts/
A Dutilities.mak32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
86 escape-for-shell-sq = $(subst ','\'',$(1))
A DMakefile.include105 CLANG_TARGET := $(subst s390-linux,s390x-linux,$(CLANG_TARGET))
/tools/testing/selftests/sched_ext/
A DMakefile145 $(Q)$(BPFTOOL) gen skeleton $(<:.o=.linked3.o) name $(subst .bpf.skel.h,,$(sched)) > $@
146 …$(Q)$(BPFTOOL) gen subskeleton $(<:.o=.linked3.o) name $(subst .bpf.skel.h,,$(sched)) > $(@:.skel.…
/tools/sched_ext/
A DMakefile185 $(Q)$(BPFTOOL) gen skeleton $(<:.o=.linked3.o) name $(subst .bpf.skel.h,,$(sched)) > $@
186 …$(Q)$(BPFTOOL) gen subskeleton $(<:.o=.linked3.o) name $(subst .bpf.skel.h,,$(sched)) > $(@:.skel.…
/tools/thermal/lib/
A DMakefile40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/tools/lib/thermal/
A DMakefile40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/tools/bpf/bpftool/
A DMakefile91 HOST_CFLAGS := $(subst -I$(LIBBPF_INCLUDE),-I$(LIBBPF_BOOTSTRAP_INCLUDE),\
92 $(subst $(CLANG_CROSS_FLAGS),,$(CFLAGS)))
/tools/build/feature/
A DMakefile174 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION)))
175 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
/tools/lib/perf/
A DMakefile40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/tools/perf/Documentation/
A DMakefile135 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
/tools/testing/selftests/wireguard/qemu/
A DMakefile14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
122 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
/tools/testing/selftests/bpf/
A DMakefile286 $(addprefix test_kmods/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcar…
794 CXXFLAGS := $(subst -D_GNU_SOURCE=,,$(CXXFLAGS))
795 CXXFLAGS := $(subst -std=gnu11,-std=gnu++11,$(CXXFLAGS))

Completed in 31 milliseconds