Rename VXMICRO_ARCH_arm -> CONFIG_ARM
Change-Id: I32b2e39781825504e7936b3df0c864988650c35c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
191fc279ce
commit
274622ea69
12 changed files with 21 additions and 21 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue