Searched refs:subdir (Results 1 – 18 of 18) sorted by relevance
/tools/build/ |
D | Makefile.build | 45 subdir-y := 47 subdir-y := 48 subdir-obj-y := 135 subdir-y := $(patsubst %/,%,$(filter %/, $(obj-y))) 137 subdir-obj-y := $(filter %/$(obj)-in.o, $(obj-y)) 142 subdir-obj-y := $(addprefix $(objprefix),$(subdir-obj-y)) 147 PHONY += $(subdir-y) 149 $(subdir-y): 152 $(sort $(subdir-obj-y)): $(subdir-y) ;
|
D | Makefile.feature | 52 libslang-include-subdir \
|
/tools/scripts/ |
D | Makefile.include | 6 OUTPUT := $(ABSOLUTE_O)/$(if $(subdir),$(subdir)/) 150 $(MAKE) $(COMMAND_O) subdir=$(if $(subdir),$(subdir)/$(1),$(1)) $(PRINT_DIR) -C $(1) $(2) 164 QUIET_SUBDIR0 = +@subdir= 166 echo ' SUBDIR '$$subdir; \ 167 $(MAKE) $(PRINT_DIR) -C $$subdir 175 $(MAKE) $(COMMAND_O) subdir=$(if $(subdir),$(subdir)/$(1),$(1)) $(PRINT_DIR) -C $(1) $(2)
|
/tools/testing/selftests/exec/ |
D | Makefile | 8 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir 15 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \ 20 $(OUTPUT)/subdir:
|
D | .gitignore | 2 subdir*
|
/tools/bpf/resolve_btfids/ |
D | Makefile | 59 DESTDIR=$(SUBCMD_DESTDIR) $(HOST_OVERRIDES) prefix= subdir= \ 64 DESTDIR=$(LIBBPF_DESTDIR) $(HOST_OVERRIDES) prefix= subdir= \
|
/tools/perf/Documentation/ |
D | Makefile | 165 QUIET_SUBDIR0 = +@subdir= 167 echo ' SUBDIR ' $$subdir; \ 168 $(MAKE) $(PRINT_DIR) -C $$subdir
|
/tools/ |
D | Makefile | 93 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= 186 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
|
/tools/testing/selftests/hid/ |
D | hid_bpf.c | 387 struct dirent *dir, *subdir; in get_hidraw() local 408 while ((subdir = readdir(subd)) != NULL) { in get_hidraw() 409 if (fnmatch("hidraw*", subdir->d_name, 0)) in get_hidraw() 412 found = atoi(subdir->d_name + strlen("hidraw")); in get_hidraw()
|
/tools/objtool/ |
D | Makefile | 79 DESTDIR=$(LIBSUBCMD_OUTPUT) prefix= subdir= \
|
/tools/build/feature/ |
D | Makefile | 38 test-libslang-include-subdir.bin \ 204 $(OUTPUT)test-libslang-include-subdir.bin:
|
/tools/perf/ |
D | Makefile.perf | 818 DESTDIR=$(LIBAPI_DESTDIR) prefix= subdir= \ 827 O= OUTPUT=$(LIBBPF_OUTPUT)/ DESTDIR=$(LIBBPF_DESTDIR) prefix= subdir= \ 836 DESTDIR=$(LIBPERF_DESTDIR) prefix= subdir= \ 845 DESTDIR=$(LIBSUBCMD_DESTDIR) prefix= subdir= \ 854 DESTDIR=$(LIBSYMBOL_DESTDIR) prefix= subdir= \
|
D | Makefile.config | 767 ifneq ($(feature-libslang-include-subdir), 1)
|
/tools/lib/perf/ |
D | Makefile | 102 ifneq ($(subdir),)
|
/tools/perf/tests/ |
D | builtin-test.c | 307 static int shell_test__run(struct test_suite *test, int subdir __maybe_unused) in shell_test__run()
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_test.c | 994 char *subdir = concat_file_name(index_path, "subdir"); in cant_touch_index_test() local 1016 err = mkdir(subdir, 0777); in cant_touch_index_test() 1069 free(subdir); in cant_touch_index_test() 1081 free(subdir); in cant_touch_index_test()
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 6413 def genHtml(subdir, force=False): argument 6414 for dirname, dirnames, filenames in os.walk(subdir): 6434 def runSummary(subdir, local=True, genhtml=False): argument 6435 inpath = os.path.abspath(subdir) 6439 genHtml(subdir) 6442 for dirname, dirnames, filenames in os.walk(subdir):
|
D | README | 140 creating the output files in the test subdir. It generates output
|