| /tools/power/acpi/ |
| A D | Makefile.rules | 11 $(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 D | Makefile | 28 -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 D | strlist.c | 115 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 D | Build | 342 bison_flags := $(subst -Wno-unused-but-set-variable,,$(bison_flags)) 343 flex_flags := $(subst -Wno-unused-but-set-variable,,$(flex_flags))
|
| /tools/perf/ |
| A D | Makefile.config | 1253 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 D | Makefile.perf | 851 __build-dir = $(subst $(OUTPUT),,$(dir $@))
|
| /tools/perf/tests/shell/coresight/ |
| A D | Makefile.miniconfig | 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
|
| /tools/testing/selftests/exec/ |
| A D | Makefile | 43 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \ 46 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
|
| /tools/build/ |
| A D | Build.include | 30 depfile = $(subst $(comma),_,$(dot-target).d) 39 escsq = $(subst $(squote),'\$(squote)',$1) 53 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
|
| A D | Makefile.build | 128 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
|
| /tools/lib/bpf/ |
| A D | Makefile | 11 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 D | Makefile | 24 see_also = $(subst " ",, \
|
| /tools/scripts/ |
| A D | utilities.mak | 32 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 D | Makefile.include | 105 CLANG_TARGET := $(subst s390-linux,s390x-linux,$(CLANG_TARGET))
|
| /tools/testing/selftests/sched_ext/ |
| A D | Makefile | 145 $(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 D | Makefile | 185 $(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 D | Makefile | 40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
|
| /tools/lib/thermal/ |
| A D | Makefile | 40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
|
| /tools/bpf/bpftool/ |
| A D | Makefile | 91 HOST_CFLAGS := $(subst -I$(LIBBPF_INCLUDE),-I$(LIBBPF_BOOTSTRAP_INCLUDE),\ 92 $(subst $(CLANG_CROSS_FLAGS),,$(CFLAGS)))
|
| /tools/build/feature/ |
| A D | Makefile | 174 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 175 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
|
| /tools/lib/perf/ |
| A D | Makefile | 40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
|
| /tools/perf/Documentation/ |
| A D | Makefile | 135 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
|
| /tools/testing/selftests/wireguard/qemu/ |
| A D | Makefile | 14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD))) 122 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
|
| /tools/testing/selftests/bpf/ |
| A D | Makefile | 286 $(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))
|