Searched refs:scripts (Results 1 – 25 of 112) sorted by relevance
12345
32 DTC_LINUX_PATH=`pwd`/scripts/dtc42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'71 scripts/dtc: Update to upstream version ${dtc_version}
6 ifneq ($(wildcard $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh),)8 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \12 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \30 ifneq ($(wildcard $(TI_SECURE_DEV_PKG)/scripts/secure-binary-image.sh),)31 cmd_omapsecureimg = $(TI_SECURE_DEV_PKG)/scripts/secure-binary-image.sh \
30 HOSTCC scripts/basic/fixdep31 HOSTCC scripts/kconfig/conf.o32 SHIPPED scripts/kconfig/zconf.tab.c33 SHIPPED scripts/kconfig/zconf.lex.c34 SHIPPED scripts/kconfig/zconf.hash.c35 HOSTCC scripts/kconfig/zconf.tab.o36 HOSTLD scripts/kconfig/conf
52 include scripts/Kbuild.include64 include scripts/Makefile.lib68 include scripts/Makefile.host105 cmd_secanalysis = ; scripts/mod/modpost $@221 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \223 recordmcount_source := $(srctree)/scripts/recordmcount.c \224 $(srctree)/scripts/recordmcount.h226 sub_cmd_record_mcount = set -e ; perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \232 recordmcount_source := $(srctree)/scripts/recordmcount.pl248 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \[all …]
169 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)178 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=181 build := -f $(srctree)/scripts/Makefile.build obj184 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=187 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj190 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=193 dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj196 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=199 clean := -f $(srctree)/scripts/Makefile.clean obj202 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj=[all …]
19 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh)181 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)251 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
1 These scripts are needed for our development usecases. Copy this directory2 into your tftp root directory to be able to use this scripts.3 cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/
1 setup_debug_env=tftpboot ${load_addr_r} scripts/develop-common.txt && env import -t ${load_addr_r} …
1 setup_debug_env=tftpboot ${load_addr_r} scripts/ramfs-common.txt && env import -t ${load_addr_r} ${…
31 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL50 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
8 ifneq ($(wildcard $(TI_SECURE_DEV_PKG)/scripts/secure-binary-image.sh),)9 cmd_k3secureimg = $(TI_SECURE_DEV_PKG)/scripts/secure-binary-image.sh \
66 module to `scripts/pylint.base` (which must also be sorted and have exactly the72 `scripts/pylint.base` file to add/remove lines for those files, e.g.::74 meld pylint.cur scripts/pylint.base77 `scripts/pylint.base`.85 PYTHONPATH=/path/to/scripts/dtc/pylibfdt/ make pylint_err
389 scripts/Kbuild.include: ;390 include scripts/Kbuild.include497 scripts/basic/%: scripts_basic ;586 PHONY += scripts2409 %.s: %.c prepare scripts FORCE2411 %.i: %.c prepare scripts FORCE2413 %.o: %.c prepare scripts FORCE2417 %.s: %.S prepare scripts FORCE2425 /: prepare scripts FORCE2429 %/: prepare scripts FORCE[all …]
7 scripts=['patman'],
7 scripts=['dtoc'],
7 scripts=['binman'],
26 @./scripts/sphinx-pre-install37 KERNELDOC = $(srctree)/scripts/kernel-doc111 $(Q)cd $(srctree);scripts/documentation-file-ref-check
5 include $(srctree)/scripts/Makefile.dts
3 include $(srctree)/scripts/Makefile.dts
Completed in 490 milliseconds