cortex_a: rename cortex_a8.c/h to cortex_a.c/h
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
parent
a843789ede
commit
dec80e1cff
|
@ -73,7 +73,7 @@ ARMV7_SRC = \
|
||||||
armv7m.c \
|
armv7m.c \
|
||||||
cortex_m3.c \
|
cortex_m3.c \
|
||||||
armv7a.c \
|
armv7a.c \
|
||||||
cortex_a8.c
|
cortex_a.c
|
||||||
|
|
||||||
ARM_DEBUG_SRC = \
|
ARM_DEBUG_SRC = \
|
||||||
arm_dpm.c \
|
arm_dpm.c \
|
||||||
|
@ -135,7 +135,7 @@ noinst_HEADERS = \
|
||||||
dsp563xx_once.h \
|
dsp563xx_once.h \
|
||||||
breakpoints.h \
|
breakpoints.h \
|
||||||
cortex_m3.h \
|
cortex_m3.h \
|
||||||
cortex_a8.h \
|
cortex_a.h \
|
||||||
embeddedice.h \
|
embeddedice.h \
|
||||||
etb.h \
|
etb.h \
|
||||||
etm.h \
|
etm.h \
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "breakpoints.h"
|
#include "breakpoints.h"
|
||||||
#include "cortex_a8.h"
|
#include "cortex_a.h"
|
||||||
#include "register.h"
|
#include "register.h"
|
||||||
#include "target_request.h"
|
#include "target_request.h"
|
||||||
#include "target_type.h"
|
#include "target_type.h"
|
Loading…
Reference in New Issue