zephyr/make/target/kernel
Yonattan Louise 817e2b275f Rename _IrqVectorTable to _irq_vector_table
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" -o -name "*.arch" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: Id3f9096f28a1bf98035c6a531cd8d2dc66e6448a
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:53 -05:00
..
arch Rename _IrqVectorTable to _irq_vector_table 2016-02-05 20:13:53 -05:00
check.kapp First commit 2015-04-10 16:44:37 -07:00
check.klib First commit 2015-04-10 16:44:37 -07:00
check.nkapp First commit 2015-04-10 16:44:37 -07:00
check.nklib First commit 2015-04-10 16:44:37 -07:00
check.ukapp First commit 2015-04-10 16:44:37 -07:00
check.uklib First commit 2015-04-10 16:44:37 -07:00
defs.kbuild build: Do not generate the nli/config1p.nli file 2016-02-05 20:13:48 -05:00
defs.nkbuild Remove remaining references to NLI 2016-02-05 20:13:48 -05:00
defs.ukbuild Remove remaining references to NLI 2016-02-05 20:13:48 -05:00
rules.kbuild Remove remaining references to NLI 2016-02-05 20:13:48 -05:00
rules.kclean First commit 2015-04-10 16:44:37 -07:00
rules.nkbuild build: Do not generate the nli/config1p.nli file 2016-02-05 20:13:48 -05:00
rules.ukbuild First commit 2015-04-10 16:44:37 -07:00
rules.vpfgen Introduce NUM_TASK_PRIORITIES configuration option 2016-02-05 20:13:48 -05:00