Rename option CPU_CORTEXM to CPU_CORTEX_M

Makes name more consistent with other CPU_CORTEX_M* options.

Change-Id: I65968cb300207ba0de6231d9a67f2720be77b6ba
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-06-17 11:16:57 -04:00 committed by Anas Nashif
commit 25fd37d9d5
12 changed files with 24 additions and 24 deletions

View file

@ -49,7 +49,7 @@ extern "C" {
#define OCTET_TO_SIZEOFUNIT(X) (X)
#define SIZEOFUNIT_TO_OCTET(X) (X)
#ifdef CONFIG_CPU_CORTEXM
#ifdef CONFIG_CPU_CORTEX_M
#include <arch/arm/CortexM/exc.h>
#include <arch/arm/CortexM/irq.h>
#include <arch/arm/CortexM/ffs.h>