commit | 235834c4022973e26c0cf93abca31af0574d1ee3 | [log] [tgz] |
---|---|---|
author | Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> | Sun Feb 28 22:48:17 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jul 19 14:34:08 2021 +0200 |
tree | 7b5020348304a07695a9f844f6b65bd9ec3eeb46 | |
parent | d21befa5e53eae9db469eba1685f5aa5c6f92c2f [diff] |
scripts: checkpatch_inc.sh: Add CHECKPATCH_OPT for optional arguments Add new environment variable CHECKPATCH_OPT for configuring common optional arguments. In example newer codespell has moved dictionary to new location. This allows one to use: export CHECKPATCH=<path to linux kernel source>/scripts/checkpatch.pl export CHECKPATCH_OPT=--codespellfile=/usr/lib/python3/dist-packages/codespell_lib/data/dictionary.txt Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers