zephyr/scripts
Yonattan Louise a12dd63c74 Rename _minik_stack to _k_server_stack
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: Iad6d39bea0da42633e40e7e7d5b64d2a05efbad0
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:42 -05:00
..
basic
cross_compiler
genksyms
kconfig
package
sanity_chk qemu: use a pidfile to avoid killing all and thus enabling parallel runs 2016-02-05 20:13:42 -05:00
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 Rename _minik_stack to _k_server_stack 2016-02-05 20:13:42 -05:00
tags.sh
timestamp
unifdef.c