forked from auracaster/openocd
cortex_a9: add source files for Cortex A9 support.
add target and build support for A9 Signed-off-by: Aaron Carroll <aaronc@cse.unsw.edu.au>
This commit is contained in:
committed by
Øyvind Harboe
parent
8e60d4955f
commit
c34e69cb10
@@ -73,7 +73,8 @@ ARMV7_SRC = \
|
||||
armv7m.c \
|
||||
cortex_m3.c \
|
||||
armv7a.c \
|
||||
cortex_a8.c
|
||||
cortex_a8.c \
|
||||
cortex_a9.c
|
||||
|
||||
ARM_DEBUG_SRC = \
|
||||
arm_dpm.c \
|
||||
@@ -136,6 +137,7 @@ noinst_HEADERS = \
|
||||
breakpoints.h \
|
||||
cortex_m3.h \
|
||||
cortex_a8.h \
|
||||
cortex_a9.h \
|
||||
embeddedice.h \
|
||||
etb.h \
|
||||
etm.h \
|
||||
|
||||
Reference in New Issue
Block a user