Searched full:script (Results 1 – 25 of 34) sorted by relevance
12
1 link-script$(sm) = ldelf/ldelf.ld.S2 link-script-pp$(sm) = $(link-out-dir$(sm))/ldelf.lds3 link-script-dep$(sm) = $(link-out-dir$(sm))/.ldelf.ld.d13 cleanfiles += $(link-script-pp$(sm)) $(link-script-dep$(sm))16 link-ldflags += -T $(link-script-pp$(sm))32 link-script-cppflags-$(sm) := \38 -include $(link-script-dep$(sm))40 link-script-pp-makefiles$(sm) = $(filter-out %.d %.cmd,$(MAKEFILE_LIST))43 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) \44 $(link-script-pp-makefiles$(sm))[all …]
14 /* Provided by the linker script */
3 link-script = $(if $(wildcard $(platform-dir)/kern.ld.S), \6 link-script-pp = $(link-out-dir)/kern.ld7 link-script-dep = $(link-out-dir)/.kern.ld.d16 link-ldflags += -T $(link-script-pp) -Map=$(link-out-dir)/tee.map30 link-script-cppflags := \36 ldargs-all_objs := -T $(link-script) --no-check-sections \44 -include $(link-script-dep)46 link-script-extra-deps += $(conf-file)47 cleanfiles += $(link-script-pp) $(link-script-dep)48 $(link-script-pp): $(link-script) $(link-script-extra-deps)[all …]
3 link-script-dummy = $(arch-dir)/kernel/link_dummy.ld4 link-script = $(if $(wildcard $(platform-dir)/kern.ld.S), \7 link-script-pp = $(link-out-dir)/kern.ld8 link-script-dep = $(link-out-dir)/.kern.ld.d35 link-ldflags += -T $(link-script-pp) -Map=$(link-out-dir)/tee.map57 link-script-cppflags := \63 ldargs-all_objs := -T $(link-script-dummy) --no-check-sections \77 unpaged-ldargs := -T $(link-script-dummy) --no-check-sections --gc-sections \106 init-ldargs := -T $(link-script-dummy) --no-check-sections --gc-sections \128 -include $(link-script-dep)[all …]
1 link-script$(sm) = $(ta-dev-kit-dir$(sm))/src/ta.ld.S2 link-script-pp$(sm) = $(link-out-dir$(sm))/ta.lds3 link-script-dep$(sm) = $(link-out-dir$(sm))/.ta.ld.d28 cleanfiles += $(link-script-pp$(sm)) $(link-script-dep$(sm))31 link-ldflags += -T $(link-script-pp$(sm))78 link-script-cppflags-$(sm) := \84 -include $(link-script-dep$(sm))86 link-script-pp-makefiles$(sm) = $(filter-out %.d %.cmd,$(MAKEFILE_LIST))89 $(link-script-pp$(sm)): $(link-script$(sm)) $(conf-file) $(link-script-pp-makefiles$(sm))92 $(q)$(CPP$(sm)) -P -MT $$@ -MD -MP -MF $(link-script-dep$(sm)) \[all …]
14 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allnoconfig.py17 # See examples/allnoconfig_walk.py for another way to implement this script
15 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/alldefconfig.py
14 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allmodconfig.py
14 $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allyesconfig.py
22 Unlike 'make oldconfig', this script doesn't print menu titles and comments,
37 uses: actions/github-script@v839 script: |
8 # script as a PR comment. The get_maintainer.py script is used to obtain the93 print('This script must be run in GitHub Actions')
4 # This helper script is used in CI to free disk space on the runner
38 call stack can in principle be processed by this script. This currently44 script will invoke $(CROSS_COMPILE)addr2line etc. If it is not set however,60 Inspired by a script of the same name by the Chromium project.68 Also, this script reads function graph generated for OP-TEE user TA from
46 help='Github pull request ID. The script will '60 print("Error: this script must be run from the top-level of the "
12 parser = argparse.ArgumentParser(description='Helper script that updates '
36 this script''')
14 * script to get everything assembled in the right order.17 * no need to update the link script.
7 echo " * DER encoded EC parameters generated with script:"
41 * pxe file or script addr: 2 MiB
12 * Symbols exported by the link script.
24 * in sync with that script. The struct and the following data is loaded
103 /* Defined by the linker script */
70 /* Exported by the TA linker script */
64 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library…