Home
last modified time | relevance | path

Searched refs:run (Results 1 – 7 of 7) sorted by relevance

/scripts/
DKbuild.include89 # try-run
90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
93 try-run = $(shell set -e; \
106 as-option = $(call try-run,\
112 as-instr = $(call try-run,\
117 __cc-option = $(call try-run,\
128 cc-option-yn = $(call try-run,\
133 cc-disable-warning = $(call try-run,\
142 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
Dbpf_helpers_doc.py143 def run(self): member in HeaderParser
600 headerParser.run()
Ddev-needs.sh10 This script needs to be run on the target device once it has booted to a
DMakefile.lib311 dtc-option = $(call try-run, $(DTC) $1 -v,$1)
/scripts/clang-tools/
Drun-clang-tools.py54 p = subprocess.run(["clang-tidy", "-p", args.path, checks, entry["file"]],
/scripts/dtc/
Ddtx_diff52 If this script is not run from the root of the linux source tree,
316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
/scripts/package/
Dbuilddeb205 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook…