Renaming include/nanokernel to include/arch

Renaming the directory include/nanokernel to be include/arch, which
better reflects the real nature of the directory and the contents
inside.

Change-Id: I2bc33ebc6715e2f0403227a558279fdf52398ade
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2015-05-28 10:56:47 -07:00 committed by Anas Nashif
commit c02dd34277
180 changed files with 195 additions and 195 deletions

View file

@ -46,7 +46,7 @@ This file may be included by:
/* include platform dependent linker-defs */
#ifdef VXMICRO_ARCH_x86
#include <nanokernel/x86/linker-defs-arch.h>
#include <arch/x86/linker-defs-arch.h>
#elif defined(VXMICRO_ARCH_arm)
/* Nothing yet to include */
#elif defined(VXMICRO_ARCH_arc)