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 \
|
||||
cortex_m3.c \
|
||||
armv7a.c \
|
||||
cortex_a8.c
|
||||
cortex_a.c
|
||||
|
||||
ARM_DEBUG_SRC = \
|
||||
arm_dpm.c \
|
||||
|
@ -135,7 +135,7 @@ noinst_HEADERS = \
|
|||
dsp563xx_once.h \
|
||||
breakpoints.h \
|
||||
cortex_m3.h \
|
||||
cortex_a8.h \
|
||||
cortex_a.h \
|
||||
embeddedice.h \
|
||||
etb.h \
|
||||
etm.h \
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#endif
|
||||
|
||||
#include "breakpoints.h"
|
||||
#include "cortex_a8.h"
|
||||
#include "cortex_a.h"
|
||||
#include "register.h"
|
||||
#include "target_request.h"
|
||||
#include "target_type.h"
|
Loading…
Reference in New Issue