zephyr/make
Yonattan Louise 2fae92685c Rename _GdbStubIrqVectorTable to _irq_vector_table_with_gdb_stub
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: I42d80495508656c8476b5538fbd4af7a7569e8d6
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:53 -05:00
..
env Remove VXLITE references from build system 2016-02-05 20:13:49 -05:00
host First commit 2015-04-10 16:44:37 -07:00
target Rename _GdbStubIrqVectorTable to _irq_vector_table_with_gdb_stub 2016-02-05 20:13:53 -05:00
vxmicro build: remove leftover commands for invoking host server 2016-02-05 20:13:48 -05:00