Searched refs:run (Results 1 – 5 of 5) sorted by relevance
| /scripts/ |
| A D | build-efi.sh | 50 run= 77 run=1 205 if [[ -n "${run}" ]]; then
|
| A D | Kbuild.include | 93 # try-run 94 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 98 try-run = $(shell set -e; \ 111 as-option = $(call try-run,\ 117 as-instr = $(call try-run,\ 122 __cc-option = $(call try-run,\ 137 cc-option-yn = $(call try-run,\ 142 cc-disable-warning = $(call try-run,\ 162 cc-ldoption = $(call try-run,\ 167 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3)) [all …]
|
| A D | event_dump.py | 79 out = tools.run(*cmd).strip()
|
| /scripts/dtc/pylibfdt/ |
| A D | setup.py | 142 def run(self): member in build_py 144 return super().run()
|
| /scripts/dtc/ |
| A D | README | 46 $ python3-coverage run pylibfdt_tests.py 92 Test files are kept in the tests/ directory. Use 'make check' to build and run
|
Completed in 10 milliseconds