mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 18:38:41 +00:00
Updating global variable's name to follow a consistent naming convention. Change accomplished with the following script: #!/bin/bash echo "Searching for ${1} to replace with ${2}" find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" \) \ ! -path "./host/src/genIdt/*" \ ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g'; Change-Id: I10a1bff593c56cf6703920b9feccd10e32cc65ef Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
basic | ||
cross_compiler | ||
genksyms | ||
kconfig | ||
package | ||
sanity_chk | ||
0001-armv7m-support-basepri-primask-interrupt-locking.patch | ||
check_known_checkpatch_issues.sh | ||
checkpatch.pl | ||
checkstack.pl | ||
config | ||
depmod.sh | ||
diffconfig | ||
do_checkpatch.sh | ||
docproc.c | ||
gcc-version.sh | ||
headerdep.pl | ||
Kbuild.include | ||
link-vmlinux.sh | ||
maintainer-checkpatch.bash | ||
Makefile | ||
Makefile.asm-generic | ||
Makefile.build | ||
Makefile.clean | ||
Makefile.dtbinst | ||
Makefile.extrawarn | ||
Makefile.fwinst | ||
Makefile.headersinst | ||
Makefile.help | ||
Makefile.host | ||
Makefile.lib | ||
Makefile.modbuiltin | ||
Makefile.modinst | ||
Makefile.modpost | ||
Makefile.modsign | ||
mkmakefile | ||
mksysmap | ||
setlocalversion | ||
spelling.txt | ||
sysgen.py | ||
tags.sh | ||
timestamp | ||
unifdef.c |