Rename VXMICRO_ARCH_arm -> CONFIG_ARM

Change-Id: I32b2e39781825504e7936b3df0c864988650c35c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-05 22:27:08 -04:00
commit 274622ea69
12 changed files with 21 additions and 21 deletions

View file

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