Eliminate VxMicro branding in build system

Change-Id: Ie0f34b36e58ee0ea8e7438742d4448be1c393913
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-05 10:48:10 -04:00 committed by Anas Nashif
parent 5189844df5
commit f94682bafb
2 changed files with 3 additions and 3 deletions

View file

@ -39,12 +39,12 @@ This program expects to be invoked as follows:
All parameters are required.
<file name> is assumed to be a binary file containing the intList section from
the VxMicro ELF image (microkernel.elf, nanokernel.elf, etc.)
the Zephyr OS ELF image (microkernel.elf, nanokernel.elf, etc.)
<number of interrupt vectors> is the same as CONFIG_IDT_NUM_VECTORS.
No help on usage is provided as it is expected that this program is invoked
from within the VxMicro build system during the link stage.
from within the build system during the link stage.
*/
#include <stdio.h>

View file

@ -1,6 +1,6 @@
if [ "X$(basename -- "$0")" == "Xtimo-env.bash" ]; then
echo "Source this file (do NOT execute it!) to set the VxMicro environment."
echo "Source this file (do NOT execute it!) to set the Zephyr OS environment."
exit
fi