| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.headersinst | 25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/))) 26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/))) 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs)) 48 old-subdirs := $(wildcard $(all-subdirs)) 49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
|
| H A D | Makefile.dtbinst | 21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m)) 23 __dtbs_install: $(dtbs) $(subdirs) 32 PHONY += $(subdirs) 33 $(subdirs):
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.headersinst | 25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/))) 26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/))) 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs)) 48 old-subdirs := $(wildcard $(all-subdirs)) 49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
|
| H A D | Makefile.dtbinst | 21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m)) 23 __dtbs_install: $(dtbs) $(subdirs) 32 PHONY += $(subdirs) 33 $(subdirs):
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.headersinst | 25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/))) 26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/))) 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs)) 48 old-subdirs := $(wildcard $(all-subdirs)) 49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
|
| H A D | Makefile.dtbinst | 21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m)) 23 __dtbs_install: $(dtbs) $(subdirs) 32 PHONY += $(subdirs) 33 $(subdirs):
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/ |
| H A D | subdir.mk | 65 sub-subdirs := $$(addprefix $1/,$$(subdirs-y)) 84 subdirs-y := 90 $$(foreach sd, $$(sub-subdirs), $$(eval $$(call process-subdir,$$(sd)))) 94 $(foreach sd, $(subdirs), $(eval $(call process-subdir,$(sd))))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.headersinst | 29 subdirs := $(patsubst %/,%,$(filter %/, $(header-y))) 105 __headersinst: $(subdirs) $(install-file) 115 __headerscheck: $(subdirs) $(check-file) 125 .PHONY: $(subdirs) 126 $(subdirs):
|
| H A D | Makefile.modbuiltin | 34 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 43 cat /dev/null $(modbuiltin-subdirs)) > $@
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.headersinst | 29 subdirs := $(patsubst %/,%,$(filter %/, $(header-y))) 105 __headersinst: $(subdirs) $(install-file) 115 __headerscheck: $(subdirs) $(check-file) 125 .PHONY: $(subdirs) 126 $(subdirs):
|
| H A D | Makefile.modbuiltin | 34 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 43 cat /dev/null $(modbuiltin-subdirs)) > $@
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | subdir.mk | 140 sub-subdirs := $$(addprefix $1/,$$(subdirs-y)) 166 subdirs-y := 175 $$(foreach sd, $$(sub-subdirs), $$(eval $$(call process-subdir,$$(sd)))) 179 $(foreach sd, $(subdirs), $(eval $(call process-subdir,$(sd))))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | subdir.mk | 140 sub-subdirs := $$(addprefix $1/,$$(subdirs-y)) 166 subdirs-y := 175 $$(foreach sd, $$(sub-subdirs), $$(eval $$(call process-subdir,$$(sd)))) 179 $(foreach sd, $(subdirs), $(eval $(call process-subdir,$(sd))))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz/ |
| H A D | 0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch | 28 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS 29 -SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib share graphs rtest tests 30 +SUBDIRS = $(subdirs) lib plugin cmd doc contrib share graphs rtest tests
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.headersinst | 23 subdirs := $(patsubst $(srcdir)/%/,%,\ 28 __headers: $(subdirs) 30 PHONY += $(subdirs) 31 $(subdirs):
|
| H A D | Makefile.modbuiltin | 35 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 44 cat /dev/null $(modbuiltin-subdirs)) > $@
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.headersinst | 23 subdirs := $(patsubst $(srcdir)/%/,%,\ 28 __headers: $(subdirs) 30 PHONY += $(subdirs) 31 $(subdirs):
|
| H A D | Makefile.modbuiltin | 35 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 44 cat /dev/null $(modbuiltin-subdirs)) > $@
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool_parallel_make_and_pic.patch | 2 2)add sub target for subdirs-all, and those dependencies below 26 subdirs-all $(PROGS.sbin) $(PROGS.bin) 50 -subdirs-all: 52 +subdirs-all: $(patsubst %,%-dir, $(SUBDIRS))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | unfs3_parallel_build.patch | 20 -all: subdirs unfsd$(EXEEXT) 21 +all: subdirs
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jemalloc/ |
| H A D | jemalloc_5.2.1.bb | 46 subdirs="test/unit test/integration test/stress " 47 for tooltest in ${subdirs}
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | index.rst | 61 several (arch-dependent?) subdirs. Each subdir is mainly about 85 These are the subdirs I have on my system. There might be more 86 or other subdirs in another setup. If you see another dir, I'd
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/snippets/ |
| H A D | snippets.pro | 1 TEMPLATE = subdirs
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/ |
| H A D | nokia_services.pro | 1 TEMPLATE = subdirs
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/ |
| H A D | android.pro | 1 TEMPLATE = subdirs
|