Eliminate VxMicro branding in build system
Change-Id: Ie0f34b36e58ee0ea8e7438742d4448be1c393913 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
5189844df5
commit
f94682bafb
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue